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.4.1, bundler 1.15.4, rubygems 2.6.12

This commit is contained in:
Docker Library Bot 2017-08-19 23:03:09 +00:00
parent f9327a002f
commit 627e55f6a1
6 changed files with 6 additions and 6 deletions

View file

@ -95,7 +95,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.15.3
ENV BUNDLER_VERSION 1.15.4
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -95,7 +95,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.15.3
ENV BUNDLER_VERSION 1.15.4
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -59,7 +59,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.15.3
ENV BUNDLER_VERSION 1.15.4
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -85,7 +85,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.15.3
ENV BUNDLER_VERSION 1.15.4
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -59,7 +59,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.15.3
ENV BUNDLER_VERSION 1.15.4
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -85,7 +85,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
ENV BUNDLER_VERSION 1.15.3
ENV BUNDLER_VERSION 1.15.4
RUN gem install bundler --version "$BUNDLER_VERSION"