From 226cce854ebbc56800c11d013cace0fd1c891b1d Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 3 Jan 2019 06:03:28 +0000 Subject: [PATCH] Update to 2.4.5, bundler 2.0.0, rubygems 3.0.2 --- 2.4/alpine3.7/Dockerfile | 2 +- 2.4/alpine3.8/Dockerfile | 2 +- 2.4/jessie/Dockerfile | 2 +- 2.4/jessie/slim/Dockerfile | 2 +- 2.4/stretch/Dockerfile | 2 +- 2.4/stretch/slim/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/2.4/alpine3.7/Dockerfile b/2.4/alpine3.7/Dockerfile index 138b8e0d0..5cb104531 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.5 ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb ENV RUBYGEMS_VERSION 3.0.2 -ENV BUNDLER_VERSION 1.17.3 +ENV BUNDLER_VERSION 2.0.0 # 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.8/Dockerfile b/2.4/alpine3.8/Dockerfile index 8682c4912..2678409bf 100644 --- a/2.4/alpine3.8/Dockerfile +++ b/2.4/alpine3.8/Dockerfile @@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.4 ENV RUBY_VERSION 2.4.5 ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb ENV RUBYGEMS_VERSION 3.0.2 -ENV BUNDLER_VERSION 1.17.3 +ENV BUNDLER_VERSION 2.0.0 # 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 a48f330cd..54f262b44 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.5 ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb ENV RUBYGEMS_VERSION 3.0.2 -ENV BUNDLER_VERSION 1.17.3 +ENV BUNDLER_VERSION 2.0.0 # 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 9f832e0a1..36fcb91b4 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.5 ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb ENV RUBYGEMS_VERSION 3.0.2 -ENV BUNDLER_VERSION 1.17.3 +ENV BUNDLER_VERSION 2.0.0 # 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 d79c91680..e40b57d08 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.5 ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb ENV RUBYGEMS_VERSION 3.0.2 -ENV BUNDLER_VERSION 1.17.3 +ENV BUNDLER_VERSION 2.0.0 # 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 74bbf1d2d..c8a0abb43 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.5 ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb ENV RUBYGEMS_VERSION 3.0.2 -ENV BUNDLER_VERSION 1.17.3 +ENV BUNDLER_VERSION 2.0.0 # 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