From ff427d10f40d1e19d2581346610ef47a83c4b8dc Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 21 Jul 2017 23:03:54 +0000 Subject: [PATCH] Update to 2.2.7, bundler 1.15.3, rubygems 2.6.12 --- 2.2/Dockerfile | 2 +- 2.2/alpine/Dockerfile | 2 +- 2.2/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.2/Dockerfile b/2.2/Dockerfile index 4760b3a7d..a84fc3ad3 100644 --- a/2.2/Dockerfile +++ b/2.2/Dockerfile @@ -59,7 +59,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.15.2 +ENV BUNDLER_VERSION 1.15.3 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.2/alpine/Dockerfile b/2.2/alpine/Dockerfile index b572b2c60..01428ed67 100644 --- a/2.2/alpine/Dockerfile +++ b/2.2/alpine/Dockerfile @@ -95,7 +95,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.15.2 +ENV BUNDLER_VERSION 1.15.3 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.2/slim/Dockerfile b/2.2/slim/Dockerfile index ab0234118..65d9fd3c4 100644 --- a/2.2/slim/Dockerfile +++ b/2.2/slim/Dockerfile @@ -82,7 +82,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.15.2 +ENV BUNDLER_VERSION 1.15.3 RUN gem install bundler --version "$BUNDLER_VERSION"