diff --git a/2.3/Dockerfile b/2.3/Dockerfile index 67f3cb2a1..82096aea7 100644 --- a/2.3/Dockerfile +++ b/2.3/Dockerfile @@ -54,7 +54,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.13.4 +ENV BUNDLER_VERSION 1.13.5 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.3/alpine/Dockerfile b/2.3/alpine/Dockerfile index e5cd2927c..28ba9ed6b 100644 --- a/2.3/alpine/Dockerfile +++ b/2.3/alpine/Dockerfile @@ -89,7 +89,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.13.4 +ENV BUNDLER_VERSION 1.13.5 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.3/slim/Dockerfile b/2.3/slim/Dockerfile index a1dd0d776..0a6458149 100644 --- a/2.3/slim/Dockerfile +++ b/2.3/slim/Dockerfile @@ -76,7 +76,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.13.4 +ENV BUNDLER_VERSION 1.13.5 RUN gem install bundler --version "$BUNDLER_VERSION"