File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ RUN install-tool uv 0.11.7
240240FROM 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
245245RUN install-tool bundler 4.0.10
246246# renovate: datasource=rubygems versioning=ruby
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ WORKDIR /test
4444FROM 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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838FROM 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
You can’t perform that action at this time.
0 commit comments