Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Update bundler to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdahlhausen committed Sep 3, 2019
1 parent f3a2cdd commit 5b1c78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV SECRET_KEY_BASE=${SECRET_KEY_BASE:-52517cb1d20063c94605ba51bb5c40c4b0e2dc7d4
COPY --from=builder /bin/wkhtmltopdf /bin/wkhtmltopdf

COPY Gemfile Gemfile.lock ./
RUN gem update --system && gem install bundler -v 2.0.1
RUN gem update --system && gem install bundler -v 2.0.2
RUN bundle install --jobs=4 --without=["development" "test"] --no-cache

COPY . $WORKDIR
Expand Down

0 comments on commit 5b1c78d

Please sign in to comment.