Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit c5843e8

Browse files
author
Leo Gallucci
committed
Upgrade Chrome major version to 80
1 parent 61c0cb7 commit c5843e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ COPY bin/fail /usr/bin/
467467
#===============
468468
# TODO: Use Google fingerprint to verify downloads
469469
# https://www.google.de/linuxrepositories/
470-
ARG EXPECTED_CHROME_VERSION="79.0.3945.130"
470+
ARG EXPECTED_CHROME_VERSION="80.0.3987.106"
471471
ENV CHROME_URL="https://dl.google.com/linux/direct" \
472472
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
473473
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -509,7 +509,7 @@ USER seluser
509509
# Chrome webdriver
510510
#==================
511511
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
512-
ARG CHROME_DRIVER_VERSION="79.0.3945.36"
512+
ARG CHROME_DRIVER_VERSION="80.0.3987.106"
513513
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
514514
CPU_ARCH="64"
515515
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)