Skip to content

Commit 8153d19

Browse files
authored
Remove pegged Bundler version
1 parent 77188ba commit 8153d19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ RUN wget https://github.com/webnicer/chrome-downloads/raw/master/x64.deb/google-
3636
mv chromedriver /usr/local/bin/chromedriver && \
3737
chmod +x /usr/local/bin/chromedriver
3838

39-
ENV BUNDLER_VERSION=2.1.4
4039
WORKDIR /tmp
4140
ADD Gemfile /tmp/Gemfile
4241
ADD Gemfile.lock /tmp/Gemfile.lock
43-
RUN gem install --default bundler && \
42+
RUN bundle update --bundler && \
4443
gem update --system && \
4544
bundle install --jobs=4
4645

0 commit comments

Comments
 (0)