Skip to content

Commit

Permalink
Bump chromedriver version to 91.0.4472.101
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmogos committed Jun 18, 2021
1 parent f12168e commit bc1d485
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 @@ -37,7 +37,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=91.0.4472.114-1 \
unzip
RUN wget -q https://chromedriver.storage.googleapis.com/92.0.4515.43/chromedriver_linux64.zip
RUN wget -q https://chromedriver.storage.googleapis.com/91.0.4472.101/chromedriver_linux64.zip
RUN unzip chromedriver_linux64.zip

RUN mv chromedriver /usr/bin/chromedriver
Expand Down

0 comments on commit bc1d485

Please sign in to comment.