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
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
435434ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
436435ENV 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 "
471470ENV 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 "
513512ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
514513 CPU_ARCH="64"
515514ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"
You can’t perform that action at this time.
0 commit comments