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

Commit a5b6006

Browse files
authored
Upgrade to Chrome 70.0.3538.67 + ChromeDriver 2.43 (#278)
1 parent e7b19be commit a5b6006

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
@@ -638,7 +638,7 @@ COPY bin/fail /usr/bin/
638638
#===============
639639
# TODO: Use Google fingerprint to verify downloads
640640
# https://www.google.de/linuxrepositories/
641-
ARG EXPECTED_CHROME_VERSION="69.0.3497.100"
641+
ARG EXPECTED_CHROME_VERSION="70.0.3538.67"
642642
ENV CHROME_URL="https://dl.google.com/linux/direct" \
643643
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
644644
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -681,7 +681,7 @@ USER seluser
681681
# Chrome webdriver
682682
#==================
683683
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
684-
ARG CHROME_DRIVER_VERSION="2.42"
684+
ARG CHROME_DRIVER_VERSION="2.43"
685685
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
686686
CPU_ARCH="64"
687687
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)