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 @@ -601,7 +601,7 @@ ENV FF_LANG="en-US" \
601601
602602# --- For Selenium 3
603603# Layer size: big: 108.2 MB
604- ARG FF_VER="64.0.2 "
604+ ARG FF_VER="65.0 "
605605
606606ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
607607ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -620,7 +620,7 @@ LABEL selenium_firefox_version "${FF_VER}"
620620# GeckoDriver
621621# ============
622622# Layer size: tiny: ~4 MB
623- ARG GECKOD_VER="0.23 .0"
623+ ARG GECKOD_VER="0.24 .0"
624624ENV GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
625625RUN wget --no-verbose -O geckodriver.tar.gz \
626626 "${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \
@@ -639,7 +639,7 @@ COPY bin/fail /usr/bin/
639639# ===============
640640# TODO: Use Google fingerprint to verify downloads
641641# https://www.google.de/linuxrepositories/
642- ARG EXPECTED_CHROME_VERSION="71 .0.3578.98 "
642+ ARG EXPECTED_CHROME_VERSION="72 .0.3626.81 "
643643ENV CHROME_URL="https://dl.google.com/linux/direct" \
644644 CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
645645 GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
You can’t perform that action at this time.
0 commit comments