From 9390129c08cc19668fc482edfd7d7c5a890a80eb Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 10 Oct 2017 05:03:11 +0000 Subject: [PATCH] Update to 2.4.2, bundler 1.15.4, rubygems 2.6.14 --- 2.4/alpine3.4/Dockerfile | 2 +- 2.4/alpine3.6/Dockerfile | 2 +- 2.4/jessie/Dockerfile | 2 +- 2.4/jessie/slim/Dockerfile | 2 +- 2.4/stretch/Dockerfile | 2 +- 2.4/stretch/slim/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/2.4/alpine3.4/Dockerfile b/2.4/alpine3.4/Dockerfile index 2d2de017d..09e411bee 100644 --- a/2.4/alpine3.4/Dockerfile +++ b/2.4/alpine3.4/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.2 ENV RUBY_DOWNLOAD_SHA256 748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735 -ENV RUBYGEMS_VERSION 2.6.13 +ENV RUBYGEMS_VERSION 2.6.14 # some of ruby's build scripts are written in ruby # we purge system ruby later to make sure our final image uses what we just built diff --git a/2.4/alpine3.6/Dockerfile b/2.4/alpine3.6/Dockerfile index 9d5e8ce4d..28ac75504 100644 --- a/2.4/alpine3.6/Dockerfile +++ b/2.4/alpine3.6/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.2 ENV RUBY_DOWNLOAD_SHA256 748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735 -ENV RUBYGEMS_VERSION 2.6.13 +ENV RUBYGEMS_VERSION 2.6.14 # some of ruby's build scripts are written in ruby # we purge system ruby later to make sure our final image uses what we just built diff --git a/2.4/jessie/Dockerfile b/2.4/jessie/Dockerfile index f058fe134..57a841690 100644 --- a/2.4/jessie/Dockerfile +++ b/2.4/jessie/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.2 ENV RUBY_DOWNLOAD_SHA256 748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735 -ENV RUBYGEMS_VERSION 2.6.13 +ENV RUBYGEMS_VERSION 2.6.14 # some of ruby's build scripts are written in ruby # we purge system ruby later to make sure our final image uses what we just built diff --git a/2.4/jessie/slim/Dockerfile b/2.4/jessie/slim/Dockerfile index b63a6eb33..98f5973df 100644 --- a/2.4/jessie/slim/Dockerfile +++ b/2.4/jessie/slim/Dockerfile @@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.2 ENV RUBY_DOWNLOAD_SHA256 748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735 -ENV RUBYGEMS_VERSION 2.6.13 +ENV RUBYGEMS_VERSION 2.6.14 # some of ruby's build scripts are written in ruby # we purge system ruby later to make sure our final image uses what we just built diff --git a/2.4/stretch/Dockerfile b/2.4/stretch/Dockerfile index 56265fba1..7e6344574 100644 --- a/2.4/stretch/Dockerfile +++ b/2.4/stretch/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.2 ENV RUBY_DOWNLOAD_SHA256 748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735 -ENV RUBYGEMS_VERSION 2.6.13 +ENV RUBYGEMS_VERSION 2.6.14 # some of ruby's build scripts are written in ruby # we purge system ruby later to make sure our final image uses what we just built diff --git a/2.4/stretch/slim/Dockerfile b/2.4/stretch/slim/Dockerfile index 76b5490a5..22e9f6546 100644 --- a/2.4/stretch/slim/Dockerfile +++ b/2.4/stretch/slim/Dockerfile @@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.2 ENV RUBY_DOWNLOAD_SHA256 748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735 -ENV RUBYGEMS_VERSION 2.6.13 +ENV RUBYGEMS_VERSION 2.6.14 # some of ruby's build scripts are written in ruby # we purge system ruby later to make sure our final image uses what we just built