From d2a85bf5a3799c0592140ff66b269c823b813998 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 28 Aug 2017 05:03:10 +0000 Subject: [PATCH] Update to 2.3.4, bundler 1.15.4, rubygems 2.6.13 --- 2.3/alpine3.4/Dockerfile | 2 +- 2.3/jessie/Dockerfile | 2 +- 2.3/jessie/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.3/alpine3.4/Dockerfile b/2.3/alpine3.4/Dockerfile index e6596d4bf..8a0b6df2a 100644 --- a/2.3/alpine3.4/Dockerfile +++ b/2.3/alpine3.4/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.12 +ENV RUBYGEMS_VERSION 2.6.13 # 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/jessie/Dockerfile b/2.3/jessie/Dockerfile index 77c5b3880..ce279b65d 100644 --- a/2.3/jessie/Dockerfile +++ b/2.3/jessie/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.12 +ENV RUBYGEMS_VERSION 2.6.13 # 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/jessie/slim/Dockerfile b/2.3/jessie/slim/Dockerfile index 0c8718291..3b1b3bef7 100644 --- a/2.3/jessie/slim/Dockerfile +++ b/2.3/jessie/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.12 +ENV RUBYGEMS_VERSION 2.6.13 # 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