This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
452452ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
453453ENV 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 "
488488ENV 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 "
530530ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
531531 CPU_ARCH="64"
532532ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"
You can’t perform that action at this time.
0 commit comments