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.3.5, bundler 1.16.0, rubygems 2.6.14

This commit is contained in:
Docker Library Bot 2017-10-31 23:03:11 +00:00
parent ed50dfb679
commit 7e1c5ff8ef
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.3
ENV RUBY_VERSION 2.3.5
ENV RUBY_DOWNLOAD_SHA256 7d3a7dabb190c2da06c963063342ca9a214bcd26f2158e904f0ec059b065ffda
ENV RUBYGEMS_VERSION 2.6.14
ENV BUNDLER_VERSION 1.15.4
ENV BUNDLER_VERSION 1.16.0
# 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

@ -11,7 +11,7 @@ ENV RUBY_MAJOR 2.3
ENV RUBY_VERSION 2.3.5
ENV RUBY_DOWNLOAD_SHA256 7d3a7dabb190c2da06c963063342ca9a214bcd26f2158e904f0ec059b065ffda
ENV RUBYGEMS_VERSION 2.6.14
ENV BUNDLER_VERSION 1.15.4
ENV BUNDLER_VERSION 1.16.0
# 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

@ -23,7 +23,7 @@ ENV RUBY_MAJOR 2.3
ENV RUBY_VERSION 2.3.5
ENV RUBY_DOWNLOAD_SHA256 7d3a7dabb190c2da06c963063342ca9a214bcd26f2158e904f0ec059b065ffda
ENV RUBYGEMS_VERSION 2.6.14
ENV BUNDLER_VERSION 1.15.4
ENV BUNDLER_VERSION 1.16.0
# 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