File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ RUN install-tool uv 0.5.13
192
192
FROM build AS test-ruby
193
193
194
194
# renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby
195
- RUN install-tool ruby 3.3.6
195
+ RUN install-tool ruby 3.4.1
196
196
# renovate: datasource=rubygems versioning=ruby
197
197
RUN install-tool bundler 2.6.2
198
198
# 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
47
- RUN install-tool ruby 3.3.6
47
+ RUN install-tool ruby 3.4.1
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.3.6
41
+ RUN install-tool ruby 3.4.1
42
42
43
43
#--------------------------------------
44
44
# Image: bundler
You can’t perform that action at this time.
0 commit comments