Update bundler to prevent error on lower version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user