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

Commit 34e4a88

Browse files
baflQAdiemol
authored andcommitted
Bump Chrome and ChromeDriver to 74 version (#317)
1 parent ae071e4 commit 34e4a88

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
@@ -639,7 +639,7 @@ COPY bin/fail /usr/bin/
639639
#===============
640640
# TODO: Use Google fingerprint to verify downloads
641641
# https://www.google.de/linuxrepositories/
642-
ARG EXPECTED_CHROME_VERSION="73.0.3683.86"
642+
ARG EXPECTED_CHROME_VERSION="74.0.3729.108"
643643
ENV CHROME_URL="https://dl.google.com/linux/direct" \
644644
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
645645
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -682,7 +682,7 @@ USER seluser
682682
# Chrome webdriver
683683
#==================
684684
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
685-
ARG CHROME_DRIVER_VERSION="73.0.3683.68"
685+
ARG CHROME_DRIVER_VERSION="74.0.3729.6"
686686
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
687687
CPU_ARCH="64"
688688
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)