Skip to content

Commit

Permalink
chore(deps): bump ruby from 3.3.5-alpine to 3.4.1-alpine
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3.5-alpine to 3.4.1-alpine.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 3b58cd2 commit 31e11cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.5-alpine AS builder
FROM ruby:3.4.1-alpine AS builder

ARG BUILD_PACKAGES="build-base libxml2 libxslt git"
ARG DEV_PACKAGES="libxml2-dev libxslt-dev yaml-dev postgresql-dev nodejs npm yarn imagemagick-dev libwebp-dev libpng-dev tiff-dev gcompat"
Expand Down Expand Up @@ -58,7 +58,7 @@ RUN rm -rf docker node_modules tmp/cache spec .browserslistrc babel.config.js \

##################################################################################

FROM ruby:3.3.5-alpine
FROM ruby:3.4.1-alpine

ARG BUILD_DATE
ARG VCS_REF
Expand Down

0 comments on commit 31e11cb

Please sign in to comment.