mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update to 2.6.0, bundler 2.0.1, rubygems 3.0.2
This commit is contained in:
parent
62cf9d3685
commit
489c6d4128
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.6
|
|||
ENV RUBY_VERSION 2.6.0
|
||||
ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
|
||||
ENV RUBYGEMS_VERSION 3.0.2
|
||||
ENV BUNDLER_VERSION 2.0.0
|
||||
ENV BUNDLER_VERSION 2.0.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
|
||||
|
|
|
@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.6
|
|||
ENV RUBY_VERSION 2.6.0
|
||||
ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
|
||||
ENV RUBYGEMS_VERSION 3.0.2
|
||||
ENV BUNDLER_VERSION 2.0.0
|
||||
ENV BUNDLER_VERSION 2.0.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
|
||||
|
|
|
@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.6
|
|||
ENV RUBY_VERSION 2.6.0
|
||||
ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
|
||||
ENV RUBYGEMS_VERSION 3.0.2
|
||||
ENV BUNDLER_VERSION 2.0.0
|
||||
ENV BUNDLER_VERSION 2.0.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
|
||||
|
|
|
@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.6
|
|||
ENV RUBY_VERSION 2.6.0
|
||||
ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
|
||||
ENV RUBYGEMS_VERSION 3.0.2
|
||||
ENV BUNDLER_VERSION 2.0.0
|
||||
ENV BUNDLER_VERSION 2.0.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
|
||||
|
|
Loading…
Reference in a new issue