From 0053e6ec1b9c5b86e5201def195993518590d22c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 3 Mar 2017 16:03:27 -0800 Subject: [PATCH] Update to 2.3.3, bundler 1.14.6, rubygems 2.6.10 --- 2.3/Dockerfile | 2 +- 2.3/alpine/Dockerfile | 2 +- 2.3/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.3/Dockerfile b/2.3/Dockerfile index b89d0bd29..97bff2b30 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.14.5 +ENV BUNDLER_VERSION 1.14.6 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.3/alpine/Dockerfile b/2.3/alpine/Dockerfile index 9ec77b4c3..3ceb84f8f 100644 --- a/2.3/alpine/Dockerfile +++ b/2.3/alpine/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.14.5 +ENV BUNDLER_VERSION 1.14.6 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.3/slim/Dockerfile b/2.3/slim/Dockerfile index 521eb472b..a0477dbfc 100644 --- a/2.3/slim/Dockerfile +++ b/2.3/slim/Dockerfile @@ -77,7 +77,7 @@ RUN set -ex \ \ && gem update --system "$RUBYGEMS_VERSION" -ENV BUNDLER_VERSION 1.14.5 +ENV BUNDLER_VERSION 1.14.6 RUN gem install bundler --version "$BUNDLER_VERSION"