mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update to 2.2.7, bundler 1.15.2, rubygems 2.6.12
This commit is contained in:
parent
8954b9635b
commit
b1a072ca64
3 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ RUN set -ex \
|
|||
\
|
||||
&& gem update --system "$RUBYGEMS_VERSION"
|
||||
|
||||
ENV BUNDLER_VERSION 1.15.1
|
||||
ENV BUNDLER_VERSION 1.15.2
|
||||
|
||||
RUN gem install bundler --version "$BUNDLER_VERSION"
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ RUN set -ex \
|
|||
\
|
||||
&& gem update --system "$RUBYGEMS_VERSION"
|
||||
|
||||
ENV BUNDLER_VERSION 1.15.1
|
||||
ENV BUNDLER_VERSION 1.15.2
|
||||
|
||||
RUN gem install bundler --version "$BUNDLER_VERSION"
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ RUN set -ex \
|
|||
\
|
||||
&& gem update --system "$RUBYGEMS_VERSION"
|
||||
|
||||
ENV BUNDLER_VERSION 1.15.1
|
||||
ENV BUNDLER_VERSION 1.15.2
|
||||
|
||||
RUN gem install bundler --version "$BUNDLER_VERSION"
|
||||
|
||||
|
|
Loading…
Reference in a new issue