Bump to bundler 2.4.17 (#19777)

This commit is contained in:
Helio Cola 2023-07-26 13:28:26 -04:00 committed by GitHub
parent 2208d2329c
commit 569dbb4834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ RUN apt update && \
&& \
apt clean
ENV BUNDLER_VERSION=2.2.22 \
ENV BUNDLER_VERSION=2.4.17 \
BUNDLE_SILENCE_ROOT_WARNING=true \
BUNDLE_SILENCE_DEPRECATIONS=true
@ -108,7 +108,7 @@ FROM base as production
USER root
ENV BUNDLER_VERSION=2.2.22 BUNDLE_SILENCE_ROOT_WARNING=1
ENV BUNDLER_VERSION=2.4.17 BUNDLE_SILENCE_ROOT_WARNING=1
RUN gem install -N bundler:"${BUNDLER_VERSION}"
ENV APP_USER=forem APP_UID=1000 APP_GID=1000 APP_HOME=/opt/apps/forem \

View file

@ -1126,4 +1126,4 @@ RUBY VERSION
ruby 3.0.6p216
BUNDLED WITH
2.2.33
2.4.17

View file

@ -36,7 +36,7 @@ RUN apt update && \
&& \
apt clean
ENV BUNDLER_VERSION=2.2.22 \
ENV BUNDLER_VERSION=2.4.17 \
BUNDLE_SILENCE_ROOT_WARNING=true \
BUNDLE_SILENCE_DEPRECATIONS=true