From f3d168f2e9227d9b482e48a0d57030bb09bbd7fe Mon Sep 17 00:00:00 2001 From: Daniel Uber Date: Tue, 6 Apr 2021 12:44:53 -0500 Subject: [PATCH] Update Bundler version (#13278) change second bundler environment variable to match the first --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e826ed7df..bc94c5b3e 100644 --- a/Containerfile +++ b/Containerfile @@ -59,7 +59,7 @@ RUN dnf install --setopt install_weak_deps=false -y bash curl ImageMagick \ && dnf -y clean all \ && rm -rf /var/cache/yum -ENV BUNDLER_VERSION=2.1.4 BUNDLE_SILENCE_ROOT_WARNING=1 +ENV BUNDLER_VERSION=2.2.15 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 \