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

Commit 07f2bc5

Browse files
authored
Chrome to 69.0.3497.92 and ChromeDriver to 2.42 (#273)
1 parent 2777052 commit 07f2bc5

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

0 commit comments

Comments
 (0)