File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ FROM build AS test-ruby
240240# renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby
241241RUN install-tool ruby 4.0.1
242242# renovate: datasource=rubygems versioning=ruby
243- RUN install-tool bundler 4.0.7
243+ RUN install-tool bundler 4.0.8
244244# renovate: datasource=rubygems versioning=ruby
245245RUN install-tool cocoapods 1.16.2
246246
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ FROM build AS test-bundler-c
7474USER 12021
7575
7676# renovate: datasource=rubygems depName=bundler
77- ENV BUNDLER_VERSION=4.0.7
77+ ENV BUNDLER_VERSION=4.0.8
7878RUN install-tool bundler
7979
8080RUN set -ex; \
100100FROM build AS test-bundler-d
101101
102102# renovate: datasource=rubygems depName=bundler
103- ENV BUNDLER_VERSION=4.0.7
103+ ENV BUNDLER_VERSION=4.0.8
104104RUN install-tool bundler
105105
106106RUN set -ex; ls -la /usr/local/bin/; [ $(stat --format '%u' "/usr/local/bin/bundler" ) -eq 12021 ]
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN install-tool ruby 4.0.1
4646FROM test-ruby AS test-bundler
4747
4848# renovate: datasource=rubygems versioning=ruby
49- RUN install-tool bundler 4.0.7
49+ RUN install-tool bundler 4.0.8
5050
5151#--------------------------------------
5252# Image: cocoapods
You can’t perform that action at this time.
0 commit comments