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.2.9, bundler 1.16.1, rubygems 2.7.3

This commit is contained in:
Docker Library Bot 2017-12-21 16:03:11 -08:00
parent f4d5c084fa
commit 4208b2eb07
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.2
ENV RUBY_VERSION 2.2.9
ENV RUBY_DOWNLOAD_SHA256 313b44b1105589d00bb30b9cccf7da44d263fe20a2d8d269ada536d4a7ef285c
ENV RUBYGEMS_VERSION 2.7.3
ENV BUNDLER_VERSION 1.16.0
ENV BUNDLER_VERSION 1.16.1
# 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.2
ENV RUBY_VERSION 2.2.9
ENV RUBY_DOWNLOAD_SHA256 313b44b1105589d00bb30b9cccf7da44d263fe20a2d8d269ada536d4a7ef285c
ENV RUBYGEMS_VERSION 2.7.3
ENV BUNDLER_VERSION 1.16.0
ENV BUNDLER_VERSION 1.16.1
# 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.2
ENV RUBY_VERSION 2.2.9
ENV RUBY_DOWNLOAD_SHA256 313b44b1105589d00bb30b9cccf7da44d263fe20a2d8d269ada536d4a7ef285c
ENV RUBYGEMS_VERSION 2.7.3
ENV BUNDLER_VERSION 1.16.0
ENV BUNDLER_VERSION 1.16.1
# 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