Skip to content

Commit fafa820

Browse files
Bump ruby from 3.4.7 to 4.0.0
Bumps ruby from 3.4.7 to 4.0.0. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b085a2 commit fafa820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.7 AS base
1+
FROM ruby:4.0.0 AS base
22

33
RUN bundle config set frozen 'true' && \
44
bundle config set path '/vendor/bundle'

0 commit comments

Comments
 (0)