mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update to 2.2.7, bundler 1.14.6, rubygems 2.6.12
This commit is contained in:
parent
fbb4b1683e
commit
f71f396078
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
|
||||||
ENV RUBY_MAJOR 2.2
|
ENV RUBY_MAJOR 2.2
|
||||||
ENV RUBY_VERSION 2.2.7
|
ENV RUBY_VERSION 2.2.7
|
||||||
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
|
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
|
||||||
ENV RUBYGEMS_VERSION 2.6.11
|
ENV RUBYGEMS_VERSION 2.6.12
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# 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.2
|
ENV RUBY_MAJOR 2.2
|
||||||
ENV RUBY_VERSION 2.2.7
|
ENV RUBY_VERSION 2.2.7
|
||||||
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
|
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
|
||||||
ENV RUBYGEMS_VERSION 2.6.11
|
ENV RUBYGEMS_VERSION 2.6.12
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# 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.2
|
ENV RUBY_MAJOR 2.2
|
||||||
ENV RUBY_VERSION 2.2.7
|
ENV RUBY_VERSION 2.2.7
|
||||||
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
|
ENV RUBY_DOWNLOAD_SHA256 234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53
|
||||||
ENV RUBYGEMS_VERSION 2.6.11
|
ENV RUBYGEMS_VERSION 2.6.12
|
||||||
|
|
||||||
# some of ruby's build scripts are written in ruby
|
# 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
|
# we purge system ruby later to make sure our final image uses what we just built
|
||||||
|
|
Loading…
Reference in a new issue