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.1, rubygems 2.6.9

This commit is contained in:
Docker Library Bot 2017-01-21 16:03:09 -08:00
parent 74a863b2e9
commit b7cf93593b
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.14.0
ENV BUNDLER_VERSION 1.14.1
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -90,7 +90,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.14.0
ENV BUNDLER_VERSION 1.14.1
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -77,7 +77,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.14.0
ENV BUNDLER_VERSION 1.14.1
RUN gem install bundler --version "$BUNDLER_VERSION"