Skip to content

Commit

Permalink
upgrading headless chrome to v73
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Apr 2, 2019
1 parent f8329ce commit a30af7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/dev/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
RUN apt-get update -y && apt-get install -yq \
google-chrome-stable \
unzip
RUN wget -q https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip
RUN wget -q https://chromedriver.storage.googleapis.com/73.0.3683.68/chromedriver_linux64.zip
RUN unzip chromedriver_linux64.zip

RUN mv chromedriver /usr/bin/chromedriver
Expand Down

0 comments on commit a30af7a

Please sign in to comment.