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

Commit d8a35cc

Browse files
authored
Updating GeckoDriver, Chrome and Firefox (#300)
* Updating GeckoDriver to 0.24.0 * Updating Chrome to 72.0.3626.81 * Updating Firefox to 65.0
1 parent f469c5d commit d8a35cc

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
@@ -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

606606
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
607607
ENV 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"
624624
ENV GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
625625
RUN 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"
643643
ENV 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}"

0 commit comments

Comments
 (0)