Skip to content

Commit 33e77cd

Browse files
Bump ruby from 3.4.2 to 3.4.3 (#805)
* Bump ruby from 3.4.2 to 3.4.3 Bumps ruby from 3.4.2 to 3.4.3. --- updated-dependencies: - dependency-name: ruby dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update .ruby-version Signed-off-by: Matty Widdop <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Matty Widdop <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matty Widdop <[email protected]>
1 parent 594aec1 commit 33e77cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

Dockerfile

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

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

0 commit comments

Comments
 (0)