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

Commit 0ae33f1

Browse files
elgaludiemol
authored andcommitted
Upgrade Chrome major to 73.0.3683.75 (#309)
* Upgrade Chrome major to 73.0.3683.75 * Updating ChromeDriver version to 73.0.3683.68
1 parent c21796d commit 0ae33f1

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="72.0.3626.121"
642+
ARG EXPECTED_CHROME_VERSION="73.0.3683.75"
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="2.46"
685+
ARG CHROME_DRIVER_VERSION="73.0.3683.68"
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)