From 7d8d026227e759cedf13c05d7377dcbee8d15703 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 18 Jul 2025 13:01:53 +0200 Subject: [PATCH] Update bundler to prevent error on lower version --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2e7a9b823..37567a807 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN apt-get update -qq && \ COPY Gemfile Gemfile.lock .ruby-version ./ RUN --mount=type=secret,id=GITHUB_TOKEN \ BUNDLE_GITHUB__COM="$(cat /run/secrets/GITHUB_TOKEN):x-oauth-basic" bundle install && \ + gem install bundler &&\ rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git && \ bundle exec bootsnap precompile --gemfile