mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update to 2.3.6, bundler 1.16.1, rubygems 2.7.3
This commit is contained in:
parent
342c5bc6f7
commit
ace04afbea
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.3
|
|||
ENV RUBY_VERSION 2.3.6
|
||||
ENV RUBY_DOWNLOAD_SHA256 e0d969ac22d4a403c1204868bb9c0d068aa35045bb3934cf50b17b7f66059f56
|
||||
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
|
||||
|
|
|
@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.3
|
|||
ENV RUBY_VERSION 2.3.6
|
||||
ENV RUBY_DOWNLOAD_SHA256 e0d969ac22d4a403c1204868bb9c0d068aa35045bb3934cf50b17b7f66059f56
|
||||
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
|
||||
|
|
|
@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.3
|
|||
ENV RUBY_VERSION 2.3.6
|
||||
ENV RUBY_DOWNLOAD_SHA256 e0d969ac22d4a403c1204868bb9c0d068aa35045bb3934cf50b17b7f66059f56
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue