diff --git a/Dockerfile b/Dockerfile index 04d97bce..1b2f1067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /app RUN apt-get clean && \ apt-get autoremove -y -ENV BUNDLER_VERSION=2.1.4 +ENV BUNDLER_VERSION=2.3.18 RUN gem install --default bundler && \ gem update --system && \ bundle install diff --git a/dockerfiles/production b/dockerfiles/production index 04d97bce..1b2f1067 100644 --- a/dockerfiles/production +++ b/dockerfiles/production @@ -33,7 +33,7 @@ WORKDIR /app RUN apt-get clean && \ apt-get autoremove -y -ENV BUNDLER_VERSION=2.1.4 +ENV BUNDLER_VERSION=2.3.18 RUN gem install --default bundler && \ gem update --system && \ bundle install