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

Commit a13328c

Browse files
authored
Bump ChromeDriver 75.0.3770.8, Chrome 75.0.3770.80 (#325)
1 parent fda2507 commit a13328c

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
@@ -646,7 +646,7 @@ COPY bin/fail /usr/bin/
646646
#===============
647647
# TODO: Use Google fingerprint to verify downloads
648648
# https://www.google.de/linuxrepositories/
649-
ARG EXPECTED_CHROME_VERSION="74.0.3729.169"
649+
ARG EXPECTED_CHROME_VERSION="75.0.3770.80"
650650
ENV CHROME_URL="https://dl.google.com/linux/direct" \
651651
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
652652
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -689,7 +689,7 @@ USER seluser
689689
# Chrome webdriver
690690
#==================
691691
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
692-
ARG CHROME_DRIVER_VERSION="74.0.3729.6"
692+
ARG CHROME_DRIVER_VERSION="75.0.3770.8"
693693
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
694694
CPU_ARCH="64"
695695
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)