Skip to content

Commit d8e72b8

Browse files
author
s-pace
committed
feat: update chrome to 83.0.4103.61. Resolves #508
1 parent 5ce1d09 commit d8e72b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scraper/dev/docker/Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ RUN apt-get update -y && apt-get install -yq \
3434
RUN curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add
3535
RUN echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
3636
RUN apt-get update -y && apt-get install -yq \
37-
google-chrome-stable=78.0.3904.108-1 \
37+
google-chrome-stable=83.0.4103.61-1 \
3838
unzip
39-
RUN wget -q https://chromedriver.storage.googleapis.com/78.0.3904.105/chromedriver_linux64.zip
39+
RUN wget -q https://chromedriver.storage.googleapis.com/83.0.4103.39/chromedriver_linux64.zip
4040
RUN unzip chromedriver_linux64.zip
4141

4242
RUN mv chromedriver /usr/bin/chromedriver

0 commit comments

Comments
 (0)