File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ RUN install-tool uv 0.7.3
198
198
FROM build AS test-ruby
199
199
200
200
# 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
202
202
# renovate: datasource=rubygems versioning=ruby
203
203
RUN install-tool bundler 2.6.9
204
204
# renovate: datasource=rubygems versioning=ruby
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ WORKDIR /test
44
44
FROM base AS build
45
45
46
46
# 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
48
48
49
49
# --------------------------------------
50
50
# test: global bundler
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
38
38
FROM base AS test-ruby
39
39
40
40
# 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
42
42
43
43
#--------------------------------------
44
44
# Image: bundler
You can’t perform that action at this time.
0 commit comments