Skip to content

Commit 8862b9c

Browse files
⬆️ Bump ruby in /containers/docker
Bumps ruby from 3.4.7-alpine to 4.0.0-alpine. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.0-alpine dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e226e37 commit 8862b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG BUNDLE_WITHOUT=development:test
33
ARG BUNDLE_DEPLOYMENT=true
44

5-
FROM ruby:3.4.7-alpine AS build-env
5+
FROM ruby:4.0.0-alpine AS build-env
66

77
# include global args
88
ARG BUNDLE_WITHOUT
@@ -77,7 +77,7 @@ RUN rm -rf tmp/cache tmp/pids tmp/sockets app/assets/images/features
7777

7878
################## Build done ##################
7979

80-
FROM ruby:3.4.7-alpine
80+
FROM ruby:4.0.0-alpine
8181

8282
# include global args
8383
ARG BUNDLE_WITHOUT

0 commit comments

Comments
 (0)