Skip to content

Commit

Permalink
Dockerfile: pin gem and bundler versions installed for more repeatabl…
Browse files Browse the repository at this point in the history
…e builds
  • Loading branch information
rud committed Jan 16, 2018
1 parent aeb2465 commit 31b10ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN mkdir -p /app \
&& chmod 705 /app/
WORKDIR /app

RUN gem update --system \
&& gem install bundler \
RUN gem update --system 2.7.4 \
&& gem install bundler --version 1.16.1 \
&& apk add --no-cache \
curl \
less \
Expand Down

0 comments on commit 31b10ec

Please sign in to comment.