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.8, bundler 1.16.0, rubygems 2.7.0

This commit is contained in:
Docker Library Bot 2017-11-02 11:03:10 +00:00
parent 54c32e9b3c
commit f0d425c10d
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.8
ENV RUBY_DOWNLOAD_SHA256 37eafc15037396c26870f6a6c5bcd0658d14b46cd5e191a3b56d89dd22d561b0
ENV RUBYGEMS_VERSION 2.6.14
ENV RUBYGEMS_VERSION 2.7.0
ENV BUNDLER_VERSION 1.16.0
# some of ruby's build scripts are written in ruby

View file

@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.2
ENV RUBY_VERSION 2.2.8
ENV RUBY_DOWNLOAD_SHA256 37eafc15037396c26870f6a6c5bcd0658d14b46cd5e191a3b56d89dd22d561b0
ENV RUBYGEMS_VERSION 2.6.14
ENV RUBYGEMS_VERSION 2.7.0
ENV BUNDLER_VERSION 1.16.0
# some of ruby's build scripts are written in ruby

View file

@ -22,7 +22,7 @@ RUN mkdir -p /usr/local/etc \
ENV RUBY_MAJOR 2.2
ENV RUBY_VERSION 2.2.8
ENV RUBY_DOWNLOAD_SHA256 37eafc15037396c26870f6a6c5bcd0658d14b46cd5e191a3b56d89dd22d561b0
ENV RUBYGEMS_VERSION 2.6.14
ENV RUBYGEMS_VERSION 2.7.0
ENV BUNDLER_VERSION 1.16.0
# some of ruby's build scripts are written in ruby