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

Commit fa53cca

Browse files
authored
Merge pull request #350 from elgalu/Upgrade-Chrome,-chromedriver,-Firefox-70.0
Upgrade Chrome, chromedriver, Firefox 70.0
2 parents adb42a4 + 98a26f5 commit fa53cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ ENV FF_LANG="en-US" \
447447
FF_INNER_PATH="firefox/releases"
448448

449449
#--- For Selenium 3
450-
ARG FF_VER="69.0.3"
450+
ARG FF_VER="70.0"
451451

452452
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
453453
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -484,7 +484,7 @@ COPY bin/fail /usr/bin/
484484
#===============
485485
# TODO: Use Google fingerprint to verify downloads
486486
# https://www.google.de/linuxrepositories/
487-
ARG EXPECTED_CHROME_VERSION="77.0.3865.120"
487+
ARG EXPECTED_CHROME_VERSION="78.0.3904.70"
488488
ENV CHROME_URL="https://dl.google.com/linux/direct" \
489489
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
490490
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -526,7 +526,7 @@ USER seluser
526526
# Chrome webdriver
527527
#==================
528528
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
529-
ARG CHROME_DRIVER_VERSION="77.0.3865.40"
529+
ARG CHROME_DRIVER_VERSION="78.0.3904.70"
530530
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
531531
CPU_ARCH="64"
532532
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)