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

Commit 3f56c76

Browse files
authored
Merge pull request #410 from elgalu/baflQA-patch-1
Bump chrome and chromedriver to v89
2 parents cbba519 + 7fb1e93 commit 3f56c76

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
@@ -466,7 +466,7 @@ COPY bin/fail /usr/bin/
466466
#===============
467467
# TODO: Use Google fingerprint to verify downloads
468468
# https://www.google.de/linuxrepositories/
469-
ARG EXPECTED_CHROME_VERSION="88.0.4324.146"
469+
ARG EXPECTED_CHROME_VERSION="89.0.4389.72"
470470
ENV CHROME_URL="https://dl.google.com/linux/direct" \
471471
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
472472
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -508,7 +508,7 @@ USER seluser
508508
# Chrome webdriver
509509
#==================
510510
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
511-
ARG CHROME_DRIVER_VERSION="88.0.4324.96"
511+
ARG CHROME_DRIVER_VERSION="89.0.4389.23"
512512
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
513513
CPU_ARCH="64"
514514
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)