1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Update to 2.5.3, bundler 1.17.2, rubygems 2.7.8

This commit is contained in:
Docker Library Bot 2018-12-11 12:03:14 +00:00
parent 8f56bde449
commit 6ae6b4aa22
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.5
ENV RUBY_VERSION 2.5.3
ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
ENV RUBYGEMS_VERSION 2.7.8
ENV BUNDLER_VERSION 1.17.1
ENV BUNDLER_VERSION 1.17.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

View file

@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.5
ENV RUBY_VERSION 2.5.3
ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
ENV RUBYGEMS_VERSION 2.7.8
ENV BUNDLER_VERSION 1.17.1
ENV BUNDLER_VERSION 1.17.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

View file

@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.5
ENV RUBY_VERSION 2.5.3
ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
ENV RUBYGEMS_VERSION 2.7.8
ENV BUNDLER_VERSION 1.17.1
ENV BUNDLER_VERSION 1.17.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

View file

@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.5
ENV RUBY_VERSION 2.5.3
ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
ENV RUBYGEMS_VERSION 2.7.8
ENV BUNDLER_VERSION 1.17.1
ENV BUNDLER_VERSION 1.17.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