Skip to content

Commit ba9c632

Browse files
test(deps): update dependency ruby to v3.4.4 (main) (#4525)
test(deps): update dependency ruby to v3.4.4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7eb1026 commit ba9c632

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ RUN install-tool uv 0.7.3
198198
FROM build AS test-ruby
199199

200200
# renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby
201-
RUN install-tool ruby 3.4.3
201+
RUN install-tool ruby 3.4.4
202202
# renovate: datasource=rubygems versioning=ruby
203203
RUN install-tool bundler 2.6.9
204204
# renovate: datasource=rubygems versioning=ruby

test/ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ WORKDIR /test
4444
FROM base AS build
4545

4646
# renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby
47-
RUN install-tool ruby 3.4.3
47+
RUN install-tool ruby 3.4.4
4848

4949
#--------------------------------------
5050
# test: global bundler

test/ruby/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838
FROM base AS test-ruby
3939

4040
# renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby
41-
RUN install-tool ruby 3.4.3
41+
RUN install-tool ruby 3.4.4
4242

4343
#--------------------------------------
4444
# Image: bundler

0 commit comments

Comments
 (0)