From a8a07cef8ac3b24a3ad6488c2a4ba115bd8662b4 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 16 May 2018 23:03:15 +0000 Subject: [PATCH] Update to 2.2.10, bundler 1.16.2, rubygems 2.7.6 --- 2.2/alpine3.4/Dockerfile | 2 +- 2.2/jessie/Dockerfile | 2 +- 2.2/jessie/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.2/alpine3.4/Dockerfile b/2.2/alpine3.4/Dockerfile index 0006eebc8..adef463c7 100644 --- a/2.2/alpine3.4/Dockerfile +++ b/2.2/alpine3.4/Dockerfile @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.10 ENV RUBY_DOWNLOAD_SHA256 bf77bcb7e6666ccae8d0882ea12b05f382f963f0a9a5285a328760c06a9ab650 ENV RUBYGEMS_VERSION 2.7.6 -ENV BUNDLER_VERSION 1.16.1 +ENV BUNDLER_VERSION 1.16.2 # 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/jessie/Dockerfile b/2.2/jessie/Dockerfile index 5d4776388..047dac836 100644 --- a/2.2/jessie/Dockerfile +++ b/2.2/jessie/Dockerfile @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.10 ENV RUBY_DOWNLOAD_SHA256 bf77bcb7e6666ccae8d0882ea12b05f382f963f0a9a5285a328760c06a9ab650 ENV RUBYGEMS_VERSION 2.7.6 -ENV BUNDLER_VERSION 1.16.1 +ENV BUNDLER_VERSION 1.16.2 # 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/jessie/slim/Dockerfile b/2.2/jessie/slim/Dockerfile index 91aaa02d3..94b83433b 100644 --- a/2.2/jessie/slim/Dockerfile +++ b/2.2/jessie/slim/Dockerfile @@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.2 ENV RUBY_VERSION 2.2.10 ENV RUBY_DOWNLOAD_SHA256 bf77bcb7e6666ccae8d0882ea12b05f382f963f0a9a5285a328760c06a9ab650 ENV RUBYGEMS_VERSION 2.7.6 -ENV BUNDLER_VERSION 1.16.1 +ENV BUNDLER_VERSION 1.16.2 # 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