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

Commit 0fb7c68

Browse files
authored
Merge pull request #365 from elgalu/ff72
Upgrade Firefox 72.0.1 Chrome 79.0.3945.117
2 parents a8f2bef + 79745be commit 0fb7c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ ENV FF_LANG="en-US" \
430430
FF_INNER_PATH="firefox/releases"
431431

432432
#--- For Selenium 3
433-
ARG FF_VER="71.0"
433+
ARG FF_VER="72.0.1"
434434

435435
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
436436
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -467,7 +467,7 @@ COPY bin/fail /usr/bin/
467467
#===============
468468
# TODO: Use Google fingerprint to verify downloads
469469
# https://www.google.de/linuxrepositories/
470-
ARG EXPECTED_CHROME_VERSION="79.0.3945.79"
470+
ARG EXPECTED_CHROME_VERSION="79.0.3945.117"
471471
ENV CHROME_URL="https://dl.google.com/linux/direct" \
472472
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
473473
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"

0 commit comments

Comments
 (0)