mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Update bundler to 1.11.1
This commit is contained in:
parent
376fd1de50
commit
0b9aa8fcd2
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ RUN apt-get update \
|
|||
ENV GEM_HOME /usr/local/bundle
|
||||
ENV PATH $GEM_HOME/bin:$PATH
|
||||
|
||||
ENV BUNDLER_VERSION 1.11.0
|
||||
ENV BUNDLER_VERSION 1.11.1
|
||||
|
||||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
|
|
|
@ -59,7 +59,7 @@ RUN buildDeps=' \
|
|||
ENV GEM_HOME /usr/local/bundle
|
||||
ENV PATH $GEM_HOME/bin:$PATH
|
||||
|
||||
ENV BUNDLER_VERSION 1.11.0
|
||||
ENV BUNDLER_VERSION 1.11.1
|
||||
|
||||
RUN gem install bundler --version "$BUNDLER_VERSION" \
|
||||
&& bundle config --global path "$GEM_HOME" \
|
||||
|
|
Loading…
Reference in a new issue