Bump to bundler 2.4.17 (#19777)
This commit is contained in:
parent
2208d2329c
commit
569dbb4834
3 changed files with 4 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -1126,4 +1126,4 @@ RUBY VERSION
|
|||
ruby 3.0.6p216
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.33
|
||||
2.4.17
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue