diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 070030293..5caecf584 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -54,7 +54,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.14.1 +ENV BUNDLER_VERSION 1.14.2 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.4/alpine/Dockerfile b/2.4/alpine/Dockerfile index b1ae84f33..0ade4ba5d 100644 --- a/2.4/alpine/Dockerfile +++ b/2.4/alpine/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.14.1 +ENV BUNDLER_VERSION 1.14.2 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.4/slim/Dockerfile b/2.4/slim/Dockerfile index dd55168c2..2d897b020 100644 --- a/2.4/slim/Dockerfile +++ b/2.4/slim/Dockerfile @@ -77,7 +77,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.14.1 +ENV BUNDLER_VERSION 1.14.2 RUN gem install bundler --version "$BUNDLER_VERSION"