From c88f3a67da720bfa9fb1717960d90fd5db11c757 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 14 Mar 2016 09:25:30 -0700 Subject: [PATCH] Update rubygems to 2.6.2 --- 2.1/Dockerfile | 2 +- 2.1/alpine/Dockerfile | 2 +- 2.1/slim/Dockerfile | 2 +- 2.2/Dockerfile | 2 +- 2.2/alpine/Dockerfile | 2 +- 2.2/slim/Dockerfile | 2 +- 2.3/Dockerfile | 2 +- 2.3/alpine/Dockerfile | 2 +- 2.3/slim/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/2.1/Dockerfile b/2.1/Dockerfile index 7158b4321..368722a1f 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.8 ENV RUBY_DOWNLOAD_SHA256 afd832b8d5ecb2e3e1477ec6a9408fdf9898ee73e4c5df17a2b2cb36bd1c355d -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this 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 d987b22f7..52e3e7b9d 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.8 ENV RUBY_DOWNLOAD_SHA256 afd832b8d5ecb2e3e1477ec6a9408fdf9898ee73e4c5df17a2b2cb36bd1c355d -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this 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 165c25724..e08c8fb17 100644 --- a/2.1/slim/Dockerfile +++ b/2.1/slim/Dockerfile @@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.1 ENV RUBY_VERSION 2.1.8 ENV RUBY_DOWNLOAD_SHA256 afd832b8d5ecb2e3e1477ec6a9408fdf9898ee73e4c5df17a2b2cb36bd1c355d -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.2/Dockerfile b/2.2/Dockerfile index 4a987e10c..419edaeb1 100644 --- a/2.2/Dockerfile +++ b/2.2/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.4 ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761 -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.2/alpine/Dockerfile b/2.2/alpine/Dockerfile index a204ce03f..474d7e539 100644 --- a/2.2/alpine/Dockerfile +++ b/2.2/alpine/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.4 ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761 -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.2/slim/Dockerfile b/2.2/slim/Dockerfile index dbfddeaf7..f66144b47 100644 --- a/2.2/slim/Dockerfile +++ b/2.2/slim/Dockerfile @@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.4 ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761 -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built diff --git a/2.3/Dockerfile b/2.3/Dockerfile index c7726a2b0..790b8f31c 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.0 ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507 -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this 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 a91693b17..667a455c9 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.0 ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507 -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this 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 559cbe386..4897b9c3e 100644 --- a/2.3/slim/Dockerfile +++ b/2.3/slim/Dockerfile @@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.3 ENV RUBY_VERSION 2.3.0 ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507 -ENV RUBYGEMS_VERSION 2.6.1 +ENV RUBYGEMS_VERSION 2.6.2 # some of ruby's build scripts are written in ruby # we purge this later to make sure our final image uses what we just built