diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 1681d944a..f7226a847 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -191,7 +191,7 @@ FROM build AS test-ruby # renovate: datasource=github-releases packageName=containerbase/ruby-prebuild versioning=ruby RUN install-tool ruby 3.3.6 # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.5.23 +RUN install-tool bundler 2.6.0 # renovate: datasource=rubygems versioning=ruby RUN install-tool cocoapods 1.16.2 diff --git a/test/ruby/Dockerfile b/test/ruby/Dockerfile index f98a4f943..78eb3fe64 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.5.23 +ENV BUNDLER_VERSION=2.6.0 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.5.23 +ENV BUNDLER_VERSION=2.6.0 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.1.0 # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION=2.5.23 +ENV BUNDLER_VERSION=2.6.0 RUN install-tool bundler diff --git a/test/ruby/Dockerfile.arm64 b/test/ruby/Dockerfile.arm64 index 30380ab16..58c545109 100644 --- a/test/ruby/Dockerfile.arm64 +++ b/test/ruby/Dockerfile.arm64 @@ -46,7 +46,7 @@ RUN install-tool ruby 3.3.6 FROM test-ruby AS test-bundler # renovate: datasource=rubygems versioning=ruby -RUN install-tool bundler 2.5.23 +RUN install-tool bundler 2.6.0 #-------------------------------------- # Image: cocoapods