Skip to content

Commit 7f4a57c

Browse files
Bump ruby from 3.4.1 to 3.4.2
Bumps ruby from 3.4.1 to 3.4.2. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8152270 commit 7f4a57c

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.1 AS base
1+
FROM ruby:3.4.2 AS base
22

33
RUN bundle config --global frozen 1 && \
44
mkdir -p /vendor/bundle && \

0 commit comments

Comments
 (0)