We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce1d09 commit d8e72b8Copy full SHA for d8e72b8
scraper/dev/docker/Dockerfile.base
@@ -34,9 +34,9 @@ RUN apt-get update -y && apt-get install -yq \
34
RUN curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add
35
RUN echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
36
RUN apt-get update -y && apt-get install -yq \
37
- google-chrome-stable=78.0.3904.108-1 \
+ google-chrome-stable=83.0.4103.61-1 \
38
unzip
39
-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
40
RUN unzip chromedriver_linux64.zip
41
42
RUN mv chromedriver /usr/bin/chromedriver
0 commit comments