1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Update to 2.2.6, bundler 1.14.6, rubygems 2.6.11

This commit is contained in:
Docker Library Bot 2017-03-16 22:03:26 -07:00
parent 5a967fab59
commit 1f59d1d363
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.2
ENV RUBY_VERSION 2.2.6
ENV RUBY_DOWNLOAD_SHA256 9414ecc0d09cf71c9a24e8dc82fcc87919ac7359fb08db2791d6c32bfd157339
ENV RUBYGEMS_VERSION 2.6.10
ENV RUBYGEMS_VERSION 2.6.11
# 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

View file

@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.2
ENV RUBY_VERSION 2.2.6
ENV RUBY_DOWNLOAD_SHA256 9414ecc0d09cf71c9a24e8dc82fcc87919ac7359fb08db2791d6c32bfd157339
ENV RUBYGEMS_VERSION 2.6.10
ENV RUBYGEMS_VERSION 2.6.11
# 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

View file

@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.2
ENV RUBY_VERSION 2.2.6
ENV RUBY_DOWNLOAD_SHA256 9414ecc0d09cf71c9a24e8dc82fcc87919ac7359fb08db2791d6c32bfd157339
ENV RUBYGEMS_VERSION 2.6.10
ENV RUBYGEMS_VERSION 2.6.11
# 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