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.5, bundler 1.13.1, rubygems 2.6.6

This commit is contained in:
Docker Library Bot 2016-09-13 10:03:16 -07:00
parent 39c4d80c42
commit b0c1198e89
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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