Skip to content

Commit 4782860

Browse files
docker(deps): bump ruby from 3.4 to 4.0 (#32)
Bumps ruby from 3.4 to 4.0. --- updated-dependencies: - dependency-name: ruby dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27ae2bd commit 4782860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4
1+
FROM ruby:4.0
22

33
WORKDIR /app
44
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)