Skip to content

Commit

Permalink
feat: update chrome to 83.0.4103.61. Resolves #508
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Jun 1, 2020
1 parent 5ce1d09 commit d8e72b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper/dev/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ RUN apt-get update -y && apt-get install -yq \
RUN curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add
RUN echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
RUN apt-get update -y && apt-get install -yq \
google-chrome-stable=78.0.3904.108-1 \
google-chrome-stable=83.0.4103.61-1 \
unzip
RUN wget -q https://chromedriver.storage.googleapis.com/78.0.3904.105/chromedriver_linux64.zip
RUN wget -q https://chromedriver.storage.googleapis.com/83.0.4103.39/chromedriver_linux64.zip
RUN unzip chromedriver_linux64.zip

RUN mv chromedriver /usr/bin/chromedriver
Expand Down

0 comments on commit d8e72b8

Please sign in to comment.