From 6b3ebbba3c6b511801558cf04968a9a83f0aa521 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.4.4, bundler 1.16.2, rubygems 2.7.6 --- 2.4/alpine3.4/Dockerfile | 2 +- 2.4/alpine3.6/Dockerfile | 2 +- 2.4/alpine3.7/Dockerfile | 2 +- 2.4/jessie/Dockerfile | 2 +- 2.4/jessie/slim/Dockerfile | 2 +- 2.4/stretch/Dockerfile | 2 +- 2.4/stretch/slim/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/2.4/alpine3.4/Dockerfile b/2.4/alpine3.4/Dockerfile index 75a66d2a8..fdfa9fa58 100644 --- a/2.4/alpine3.4/Dockerfile +++ b/2.4/alpine3.4/Dockerfile @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.4 ENV RUBY_DOWNLOAD_SHA256 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 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.4/alpine3.6/Dockerfile b/2.4/alpine3.6/Dockerfile index 76bab209f..49d637a43 100644 --- a/2.4/alpine3.6/Dockerfile +++ b/2.4/alpine3.6/Dockerfile @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.4 ENV RUBY_DOWNLOAD_SHA256 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 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.4/alpine3.7/Dockerfile b/2.4/alpine3.7/Dockerfile index c08339605..abebffeda 100644 --- a/2.4/alpine3.7/Dockerfile +++ b/2.4/alpine3.7/Dockerfile @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.4 ENV RUBY_DOWNLOAD_SHA256 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 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.4/jessie/Dockerfile b/2.4/jessie/Dockerfile index a6a1e359c..af84834b4 100644 --- a/2.4/jessie/Dockerfile +++ b/2.4/jessie/Dockerfile @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.4 ENV RUBY_DOWNLOAD_SHA256 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 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.4/jessie/slim/Dockerfile b/2.4/jessie/slim/Dockerfile index 4bcf0300f..596a0366d 100644 --- a/2.4/jessie/slim/Dockerfile +++ b/2.4/jessie/slim/Dockerfile @@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.4 ENV RUBY_DOWNLOAD_SHA256 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 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.4/stretch/Dockerfile b/2.4/stretch/Dockerfile index ee06f82c9..d69cad907 100644 --- a/2.4/stretch/Dockerfile +++ b/2.4/stretch/Dockerfile @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.4 ENV RUBY_DOWNLOAD_SHA256 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 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.4/stretch/slim/Dockerfile b/2.4/stretch/slim/Dockerfile index 0277a4049..193cc43e9 100644 --- a/2.4/stretch/slim/Dockerfile +++ b/2.4/stretch/slim/Dockerfile @@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.4 ENV RUBY_DOWNLOAD_SHA256 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 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