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

Commit decf6b2

Browse files
authored
Merge pull request #348 from elgalu/Upgrade-Chrome-77.0.3865.120-and-Firefox-69.0.3
Upgrade Chrome 77.0.3865.120 and Firefox 69.0.3
2 parents 3fe9124 + a4be643 commit decf6b2

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
@@ -447,7 +447,7 @@ ENV FF_LANG="en-US" \
447447
FF_INNER_PATH="firefox/releases"
448448

449449
#--- For Selenium 3
450-
ARG FF_VER="69.0"
450+
ARG FF_VER="69.0.3"
451451

452452
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
453453
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -484,7 +484,7 @@ COPY bin/fail /usr/bin/
484484
#===============
485485
# TODO: Use Google fingerprint to verify downloads
486486
# https://www.google.de/linuxrepositories/
487-
ARG EXPECTED_CHROME_VERSION="77.0.3865.90"
487+
ARG EXPECTED_CHROME_VERSION="77.0.3865.120"
488488
ENV CHROME_URL="https://dl.google.com/linux/direct" \
489489
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
490490
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"

0 commit comments

Comments
 (0)