From d2e8fbec715d6adab99835cb4c7fd5acb7149a51 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 16 Mar 2017 22:03:26 -0700 Subject: [PATCH] Update to 2.1.10, bundler 1.14.6, rubygems 2.6.11 --- 2.1/Dockerfile | 2 +- 2.1/alpine/Dockerfile | 2 +- 2.1/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.1/Dockerfile b/2.1/Dockerfile index 2109000af..edb1e8f65 100644 --- a/2.1/Dockerfile +++ b/2.1/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.1 ENV RUBY_VERSION 2.1.10 ENV RUBY_DOWNLOAD_SHA256 5be9f8d5d29d252cd7f969ab7550e31bbb001feb4a83532301c0dd3b5006e148 -ENV RUBYGEMS_VERSION 2.6.10 +ENV RUBYGEMS_VERSION 2.6.11 # 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.1/alpine/Dockerfile b/2.1/alpine/Dockerfile index 948361d39..6fcb47b31 100644 --- a/2.1/alpine/Dockerfile +++ b/2.1/alpine/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.1 ENV RUBY_VERSION 2.1.10 ENV RUBY_DOWNLOAD_SHA256 5be9f8d5d29d252cd7f969ab7550e31bbb001feb4a83532301c0dd3b5006e148 -ENV RUBYGEMS_VERSION 2.6.10 +ENV RUBYGEMS_VERSION 2.6.11 # 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.1/slim/Dockerfile b/2.1/slim/Dockerfile index 62196662e..54a50572b 100644 --- a/2.1/slim/Dockerfile +++ b/2.1/slim/Dockerfile @@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.1 ENV RUBY_VERSION 2.1.10 ENV RUBY_DOWNLOAD_SHA256 5be9f8d5d29d252cd7f969ab7550e31bbb001feb4a83532301c0dd3b5006e148 -ENV RUBYGEMS_VERSION 2.6.10 +ENV RUBYGEMS_VERSION 2.6.11 # 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