1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Update to bundler 1.12.1

This commit is contained in:
Tianon Gravi 2016-05-02 10:34:53 -07:00
parent 339c325738
commit ef03134f69
9 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ RUN set -ex \
&& gem update --system $RUBYGEMS_VERSION \
&& rm -r /usr/src/ruby
ENV BUNDLER_VERSION 1.12.0
ENV BUNDLER_VERSION 1.12.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.12.0
ENV BUNDLER_VERSION 1.12.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.12.0
ENV BUNDLER_VERSION 1.12.1
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -38,7 +38,7 @@ RUN set -ex \
&& gem update --system $RUBYGEMS_VERSION \
&& rm -r /usr/src/ruby
ENV BUNDLER_VERSION 1.12.0
ENV BUNDLER_VERSION 1.12.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.12.0
ENV BUNDLER_VERSION 1.12.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.12.0
ENV BUNDLER_VERSION 1.12.1
RUN gem install bundler --version "$BUNDLER_VERSION"

View file

@ -38,7 +38,7 @@ RUN set -ex \
&& gem update --system $RUBYGEMS_VERSION \
&& rm -r /usr/src/ruby
ENV BUNDLER_VERSION 1.12.0
ENV BUNDLER_VERSION 1.12.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.12.0
ENV BUNDLER_VERSION 1.12.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.12.0
ENV BUNDLER_VERSION 1.12.1
RUN gem install bundler --version "$BUNDLER_VERSION"