diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index e8a358b617..056d56f9f7 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -216,7 +216,7 @@ FROM build AS test-ruby # renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby RUN install-tool ruby 3.4.8 # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.7.2 +RUN install-tool bundler 4.0.6 # renovate: datasource=rubygems versioning=ruby RUN install-tool cocoapods 1.16.2 diff --git a/test/ruby/Dockerfile b/test/ruby/Dockerfile index aac3ceef42..4b774ed8fe 100644 --- a/test/ruby/Dockerfile +++ b/test/ruby/Dockerfile @@ -74,7 +74,7 @@ FROM build AS test-bundler-c USER 12021 # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION=2.7.2 +ENV BUNDLER_VERSION=4.0.6 RUN install-tool bundler RUN set -ex; \ @@ -100,7 +100,7 @@ true FROM build AS test-bundler-d # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION=2.7.2 +ENV BUNDLER_VERSION=4.0.6 RUN install-tool bundler RUN set -ex; ls -la /usr/local/bin/; [ $(stat --format '%u' "/usr/local/bin/bundler") -eq 12021 ] @@ -111,7 +111,7 @@ USER 12021 RUN install-tool ruby 3.4.0 # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION=2.7.2 +ENV BUNDLER_VERSION=4.0.6 RUN install-tool bundler diff --git a/test/ruby/Dockerfile.arm64 b/test/ruby/Dockerfile.arm64 index 56172635eb..7189338037 100644 --- a/test/ruby/Dockerfile.arm64 +++ b/test/ruby/Dockerfile.arm64 @@ -46,7 +46,7 @@ RUN install-tool ruby 3.4.8 FROM test-ruby AS test-bundler # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.7.2 +RUN install-tool bundler 4.0.6 #-------------------------------------- # Image: cocoapods