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.6, rubygems 2.6.7
This commit is contained in:
parent
48938c4878
commit
06c30ea7d7
3 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ RUN set -ex \
|
|||
\
|
||||
&& gem update --system "$RUBYGEMS_VERSION"
|
||||
|
||||
ENV BUNDLER_VERSION 1.13.5
|
||||
ENV BUNDLER_VERSION 1.13.6
|
||||
|
||||
RUN gem install bundler --version "$BUNDLER_VERSION"
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@ RUN set -ex \
|
|||
\
|
||||
&& gem update --system "$RUBYGEMS_VERSION"
|
||||
|
||||
ENV BUNDLER_VERSION 1.13.5
|
||||
ENV BUNDLER_VERSION 1.13.6
|
||||
|
||||
RUN gem install bundler --version "$BUNDLER_VERSION"
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ RUN set -ex \
|
|||
\
|
||||
&& gem update --system "$RUBYGEMS_VERSION"
|
||||
|
||||
ENV BUNDLER_VERSION 1.13.5
|
||||
ENV BUNDLER_VERSION 1.13.6
|
||||
|
||||
RUN gem install bundler --version "$BUNDLER_VERSION"
|
||||
|
||||
|
|
Loading…
Reference in a new issue