Skip to content

Commit

Permalink
⬆️ Bump ruby from 3.3-alpine to 3.4-alpine in /containers/docker (#2944)
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3-alpine to 3.4-alpine.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent a05be4a commit 3c69c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG BUNDLE_WITHOUT=development:test
ARG BUNDLE_DEPLOYMENT=true

FROM ruby:3.3-alpine AS build-env
FROM ruby:3.4-alpine AS build-env

# include global args
ARG BUNDLE_WITHOUT
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN bundle exec rake db:setup

################## Build done ##################

FROM ruby:3.3-alpine
FROM ruby:3.4-alpine

# include global args
ARG BUNDLE_WITHOUT
Expand Down

0 comments on commit 3c69c1d

Please sign in to comment.