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

Commit a1aa329

Browse files
authored
Upgrading Chrome and Firefox (#304)
1 parent e71c8f7 commit a1aa329

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
@@ -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="65.0"
604+
ARG FF_VER="65.0.1"
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}"
@@ -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="72.0.3626.81"
642+
ARG EXPECTED_CHROME_VERSION="72.0.3626.109"
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)