mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update to 2.4.1, bundler 1.15.4, rubygems 2.6.13
This commit is contained in:
parent
d2a85bf5a3
commit
135c84979b
6 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.4
|
||||
ENV RUBY_VERSION 2.4.1
|
||||
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
|
||||
ENV RUBYGEMS_VERSION 2.6.12
|
||||
ENV RUBYGEMS_VERSION 2.6.13
|
||||
|
||||
# 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
|
||||
|
|
|
@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.4
|
||||
ENV RUBY_VERSION 2.4.1
|
||||
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
|
||||
ENV RUBYGEMS_VERSION 2.6.12
|
||||
ENV RUBYGEMS_VERSION 2.6.13
|
||||
|
||||
# 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
|
||||
|
|
|
@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.4
|
||||
ENV RUBY_VERSION 2.4.1
|
||||
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
|
||||
ENV RUBYGEMS_VERSION 2.6.12
|
||||
ENV RUBYGEMS_VERSION 2.6.13
|
||||
|
||||
# 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
|
||||
|
|
|
@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.4
|
||||
ENV RUBY_VERSION 2.4.1
|
||||
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
|
||||
ENV RUBYGEMS_VERSION 2.6.12
|
||||
ENV RUBYGEMS_VERSION 2.6.13
|
||||
|
||||
# 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
|
||||
|
|
|
@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.4
|
||||
ENV RUBY_VERSION 2.4.1
|
||||
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
|
||||
ENV RUBYGEMS_VERSION 2.6.12
|
||||
ENV RUBYGEMS_VERSION 2.6.13
|
||||
|
||||
# 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
|
||||
|
|
|
@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.4
|
||||
ENV RUBY_VERSION 2.4.1
|
||||
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
|
||||
ENV RUBYGEMS_VERSION 2.6.12
|
||||
ENV RUBYGEMS_VERSION 2.6.13
|
||||
|
||||
# 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