From 6bccf4bd0c6aa158b4a842c29f78c335ec9dc41b Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 16 Feb 2018 12:03:13 +0000 Subject: [PATCH] Update to 2.5.0, bundler 1.16.1, rubygems 2.7.6 --- 2.5/alpine3.7/Dockerfile | 2 +- 2.5/stretch/Dockerfile | 2 +- 2.5/stretch/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.5/alpine3.7/Dockerfile b/2.5/alpine3.7/Dockerfile index 9a09c54e2..c9cd61597 100644 --- a/2.5/alpine3.7/Dockerfile +++ b/2.5/alpine3.7/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.0 ENV RUBY_DOWNLOAD_SHA256 1da0afed833a0dab94075221a615c14487b05d0c407f991c8080d576d985b49b -ENV RUBYGEMS_VERSION 2.7.5 +ENV RUBYGEMS_VERSION 2.7.6 ENV BUNDLER_VERSION 1.16.1 # some of ruby's build scripts are written in ruby diff --git a/2.5/stretch/Dockerfile b/2.5/stretch/Dockerfile index 1cf6670bc..f44b2814a 100644 --- a/2.5/stretch/Dockerfile +++ b/2.5/stretch/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.0 ENV RUBY_DOWNLOAD_SHA256 1da0afed833a0dab94075221a615c14487b05d0c407f991c8080d576d985b49b -ENV RUBYGEMS_VERSION 2.7.5 +ENV RUBYGEMS_VERSION 2.7.6 ENV BUNDLER_VERSION 1.16.1 # some of ruby's build scripts are written in ruby diff --git a/2.5/stretch/slim/Dockerfile b/2.5/stretch/slim/Dockerfile index 3ebc408d4..b01b3e023 100644 --- a/2.5/stretch/slim/Dockerfile +++ b/2.5/stretch/slim/Dockerfile @@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \ ENV RUBY_MAJOR 2.5 ENV RUBY_VERSION 2.5.0 ENV RUBY_DOWNLOAD_SHA256 1da0afed833a0dab94075221a615c14487b05d0c407f991c8080d576d985b49b -ENV RUBYGEMS_VERSION 2.7.5 +ENV RUBYGEMS_VERSION 2.7.6 ENV BUNDLER_VERSION 1.16.1 # some of ruby's build scripts are written in ruby