mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update rubygems to 2.6.1
This commit is contained in:
parent
31f6245f21
commit
4a3fdc3eed
9 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.1
|
||||
ENV RUBY_VERSION 2.1.8
|
||||
ENV RUBY_DOWNLOAD_SHA256 afd832b8d5ecb2e3e1477ec6a9408fdf9898ee73e4c5df17a2b2cb36bd1c355d
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this 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.1
|
||||
ENV RUBY_VERSION 2.1.8
|
||||
ENV RUBY_DOWNLOAD_SHA256 afd832b8d5ecb2e3e1477ec6a9408fdf9898ee73e4c5df17a2b2cb36bd1c355d
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this later to make sure our final image uses what we just built
|
||||
|
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.1
|
||||
ENV RUBY_VERSION 2.1.8
|
||||
ENV RUBY_DOWNLOAD_SHA256 afd832b8d5ecb2e3e1477ec6a9408fdf9898ee73e4c5df17a2b2cb36bd1c355d
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this 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.2
|
||||
ENV RUBY_VERSION 2.2.4
|
||||
ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this 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.2
|
||||
ENV RUBY_VERSION 2.2.4
|
||||
ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this later to make sure our final image uses what we just built
|
||||
|
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.2
|
||||
ENV RUBY_VERSION 2.2.4
|
||||
ENV RUBY_DOWNLOAD_SHA256 b6eff568b48e0fda76e5a36333175df049b204e91217aa32a65153cc0cdcb761
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this 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.3
|
||||
ENV RUBY_VERSION 2.3.0
|
||||
ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this 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.3
|
||||
ENV RUBY_VERSION 2.3.0
|
||||
ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this later to make sure our final image uses what we just built
|
||||
|
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /usr/local/etc \
|
|||
ENV RUBY_MAJOR 2.3
|
||||
ENV RUBY_VERSION 2.3.0
|
||||
ENV RUBY_DOWNLOAD_SHA256 ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507
|
||||
ENV RUBYGEMS_VERSION 2.6.0
|
||||
ENV RUBYGEMS_VERSION 2.6.1
|
||||
|
||||
# some of ruby's build scripts are written in ruby
|
||||
# we purge this later to make sure our final image uses what we just built
|
||||
|
|
Loading…
Reference in a new issue