Skip to content

Commit d7533f2

Browse files
test(deps): update dependency ruby to v4.0.3 (main) (#6496)
test(deps): update dependency ruby to v4.0.3 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2e5b7d commit d7533f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ RUN install-tool uv 0.11.7
240240
FROM build AS test-ruby
241241

242242
# renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby
243-
RUN install-tool ruby 4.0.2
243+
RUN install-tool ruby 4.0.3
244244
# renovate: datasource=rubygems versioning=ruby
245245
RUN install-tool bundler 4.0.10
246246
# 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 4.0.2
47+
RUN install-tool ruby 4.0.3
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 4.0.2
41+
RUN install-tool ruby 4.0.3
4242

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

0 commit comments

Comments
 (0)