Skip to content

Commit

Permalink
Remove pegged Bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Jul 26, 2022
1 parent 77188ba commit 8153d19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ RUN wget https://github.com/webnicer/chrome-downloads/raw/master/x64.deb/google-
mv chromedriver /usr/local/bin/chromedriver && \
chmod +x /usr/local/bin/chromedriver

ENV BUNDLER_VERSION=2.1.4
WORKDIR /tmp
ADD Gemfile /tmp/Gemfile
ADD Gemfile.lock /tmp/Gemfile.lock
RUN gem install --default bundler && \
RUN bundle update --bundler && \
gem update --system && \
bundle install --jobs=4

Expand Down

0 comments on commit 8153d19

Please sign in to comment.