From f71f396078ea28a60d0b4cb805ef6d3d86419989 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.2.7, bundler 1.14.6, rubygems 2.6.12 --- 2.2/Dockerfile | 2 +- 2.2/alpine/Dockerfile | 2 +- 2.2/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.2/Dockerfile b/2.2/Dockerfile index ba0032c15..03746918d 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.7 ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53 -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.2/alpine/Dockerfile b/2.2/alpine/Dockerfile index 41e46ebb0..856431a13 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.7 ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53 -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.2/slim/Dockerfile b/2.2/slim/Dockerfile index 72b525199..b78e33469 100644 --- a/2.2/slim/Dockerfile +++ b/2.2/slim/Dockerfile @@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.7 ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53 -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