diff --git a/Containerfile b/Containerfile index 5de64bbbd..6db832193 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \ diff --git a/Gemfile.lock b/Gemfile.lock index f34f31aae..ae15ceee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1126,4 +1126,4 @@ RUBY VERSION ruby 3.0.6p216 BUNDLED WITH - 2.2.33 + 2.4.17 diff --git a/uffizzi/Dockerfile b/uffizzi/Dockerfile index 34b7ec1e6..1752a2248 100644 --- a/uffizzi/Dockerfile +++ b/uffizzi/Dockerfile @@ -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