mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update to 2.6.0-preview2, bundler 1.16.4, rubygems 2.7.7
This commit is contained in:
parent
93cb6e0bf3
commit
8e4d795f70
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.6-rc
|
|||
ENV RUBY_VERSION 2.6.0-preview2
|
||||
ENV RUBY_DOWNLOAD_SHA256 00ddfb5e33dee24469dd0b203597f7ecee66522ebb496f620f5815372ea2d3ec
|
||||
ENV RUBYGEMS_VERSION 2.7.7
|
||||
ENV BUNDLER_VERSION 1.16.3
|
||||
ENV BUNDLER_VERSION 1.16.4
|
||||
|
||||
# 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
|
||||
|
|
|
@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.6-rc
|
|||
ENV RUBY_VERSION 2.6.0-preview2
|
||||
ENV RUBY_DOWNLOAD_SHA256 00ddfb5e33dee24469dd0b203597f7ecee66522ebb496f620f5815372ea2d3ec
|
||||
ENV RUBYGEMS_VERSION 2.7.7
|
||||
ENV BUNDLER_VERSION 1.16.3
|
||||
ENV BUNDLER_VERSION 1.16.4
|
||||
|
||||
# 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
|
||||
|
|
|
@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.6-rc
|
|||
ENV RUBY_VERSION 2.6.0-preview2
|
||||
ENV RUBY_DOWNLOAD_SHA256 00ddfb5e33dee24469dd0b203597f7ecee66522ebb496f620f5815372ea2d3ec
|
||||
ENV RUBYGEMS_VERSION 2.7.7
|
||||
ENV BUNDLER_VERSION 1.16.3
|
||||
ENV BUNDLER_VERSION 1.16.4
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue