From f47162319baa20972289786bea2e7498d04a8e82 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Sun, 30 Apr 2017 22:03:32 -0700 Subject: [PATCH] Update to 2.3.4, bundler 1.14.6, rubygems 2.6.12 --- 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 c25f2cc3d..8ea6ad77e 100644 --- a/2.3/Dockerfile +++ b/2.3/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.3 ENV RUBY_VERSION 2.3.4 ENV RUBY_DOWNLOAD_SHA256 341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c -ENV RUBYGEMS_VERSION 2.6.11 +ENV RUBYGEMS_VERSION 2.6.12 # 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.3/alpine/Dockerfile b/2.3/alpine/Dockerfile index 77a1711c8..fb447de9a 100644 --- a/2.3/alpine/Dockerfile +++ b/2.3/alpine/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.3 ENV RUBY_VERSION 2.3.4 ENV RUBY_DOWNLOAD_SHA256 341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c -ENV RUBYGEMS_VERSION 2.6.11 +ENV RUBYGEMS_VERSION 2.6.12 # 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.3/slim/Dockerfile b/2.3/slim/Dockerfile index 9943c2ed9..75ac3cd52 100644 --- a/2.3/slim/Dockerfile +++ b/2.3/slim/Dockerfile @@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.3 ENV RUBY_VERSION 2.3.4 ENV RUBY_DOWNLOAD_SHA256 341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c -ENV RUBYGEMS_VERSION 2.6.11 +ENV RUBYGEMS_VERSION 2.6.12 # 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