Skip to content

Commit

Permalink
deps: upgrade headless chrome to stable 85
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmogos committed Sep 16, 2020
1 parent f181928 commit 1169b0b
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=84.0.4147.125-1 \
google-chrome-stable=85.0.4183.102-1 \
unzip
RUN wget -q https://chromedriver.storage.googleapis.com/84.0.4147.30/chromedriver_linux64.zip
RUN wget -q https://chromedriver.storage.googleapis.com/85.0.4183.83/chromedriver_linux64.zip
RUN unzip chromedriver_linux64.zip

RUN mv chromedriver /usr/bin/chromedriver
Expand Down

0 comments on commit 1169b0b

Please sign in to comment.