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

Commit 9745658

Browse files
authored
Merge pull request #370 from elgalu/ch80
Upgrade Chrome major version to 80
2 parents 61c0cb7 + 594a6db commit 9745658

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,7 @@ ENV FF_LANG="en-US" \
429429
FF_PLATFORM="linux-x86_64" \
430430
FF_INNER_PATH="firefox/releases"
431431

432-
#--- For Selenium 3
433-
ARG FF_VER="72.0.2"
432+
ARG FF_VER="73.0"
434433

435434
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
436435
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -467,7 +466,7 @@ COPY bin/fail /usr/bin/
467466
#===============
468467
# TODO: Use Google fingerprint to verify downloads
469468
# https://www.google.de/linuxrepositories/
470-
ARG EXPECTED_CHROME_VERSION="79.0.3945.130"
469+
ARG EXPECTED_CHROME_VERSION="80.0.3987.106"
471470
ENV CHROME_URL="https://dl.google.com/linux/direct" \
472471
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
473472
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -509,7 +508,7 @@ USER seluser
509508
# Chrome webdriver
510509
#==================
511510
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
512-
ARG CHROME_DRIVER_VERSION="79.0.3945.36"
511+
ARG CHROME_DRIVER_VERSION="80.0.3987.106"
513512
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
514513
CPU_ARCH="64"
515514
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)