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 @@ -429,7 +429,7 @@ ENV FF_LANG="en-US" \
429429 FF_PLATFORM="linux-x86_64" \
430430 FF_INNER_PATH="firefox/releases"
431431
432- ARG FF_VER="81 .0.2 "
432+ ARG FF_VER="82 .0.3 "
433433
434434ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
435435ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -447,7 +447,7 @@ LABEL selenium_firefox_version "${FF_VER}"
447447# ============
448448# GeckoDriver
449449# ============
450- ARG GECKOD_VER="0.27 .0"
450+ ARG GECKOD_VER="0.28 .0"
451451ENV GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
452452RUN wget --no-verbose -O geckodriver.tar.gz \
453453 "${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \
@@ -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="86.0.4240.111 "
469+ ARG EXPECTED_CHROME_VERSION="86.0.4240.198 "
470470ENV 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}"
You can’t perform that action at this time.
0 commit comments