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.1, bundler 1.13.0, rubygems 2.6.6

This commit is contained in:
Docker Library Bot 2016-09-09 11:29:57 -07:00
parent 37d8c218f8
commit 059688f85f
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ RUN set -ex \
&& gem update --system $RUBYGEMS_VERSION \ && gem update --system $RUBYGEMS_VERSION \
&& rm -r /usr/src/ruby && rm -r /usr/src/ruby
ENV BUNDLER_VERSION 1.12.5 ENV BUNDLER_VERSION 1.13.0
RUN gem install bundler --version "$BUNDLER_VERSION" RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -74,7 +74,7 @@ RUN set -ex \
&& gem update --system $RUBYGEMS_VERSION \ && gem update --system $RUBYGEMS_VERSION \
&& rm -r /usr/src/ruby && rm -r /usr/src/ruby
ENV BUNDLER_VERSION 1.12.5 ENV BUNDLER_VERSION 1.13.0
RUN gem install bundler --version "$BUNDLER_VERSION" RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -60,7 +60,7 @@ RUN set -ex \
&& gem update --system $RUBYGEMS_VERSION \ && gem update --system $RUBYGEMS_VERSION \
&& rm -r /usr/src/ruby && rm -r /usr/src/ruby
ENV BUNDLER_VERSION 1.12.5 ENV BUNDLER_VERSION 1.13.0
RUN gem install bundler --version "$BUNDLER_VERSION" RUN gem install bundler --version "$BUNDLER_VERSION"