From 2ad277a78dc56dff66b50ab7c17533f50f125008 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 21 Feb 2017 22:04:00 -0800 Subject: [PATCH] Update to 2.4.0, bundler 1.14.5, rubygems 2.6.10 --- 2.4/Dockerfile | 2 +- 2.4/alpine/Dockerfile | 2 +- 2.4/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 517bda253..8be061382 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.4 +ENV BUNDLER_VERSION 1.14.5 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.4/alpine/Dockerfile b/2.4/alpine/Dockerfile index 361e93583..79fea1a8b 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.4 +ENV BUNDLER_VERSION 1.14.5 RUN gem install bundler --version "$BUNDLER_VERSION" diff --git a/2.4/slim/Dockerfile b/2.4/slim/Dockerfile index 0ebbdf59c..9b215d425 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.4 +ENV BUNDLER_VERSION 1.14.5 RUN gem install bundler --version "$BUNDLER_VERSION"