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

Commit 2e6f943

Browse files
authored
Merge pull request #264 from elgalu/chrome-68.0.3440.106
Upgrade Chrome patch level to 68.0.3440.106
2 parents 7a40c54 + 8ae14ea commit 2e6f943

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
@@ -599,7 +599,7 @@ ENV FF_LANG="en-US" \
599599

600600
#--- For Selenium 3
601601
# Layer size: big: 108.2 MB
602-
ARG FF_VER="61.0.1"
602+
ARG FF_VER="61.0.2"
603603

604604
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
605605
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -637,7 +637,7 @@ COPY bin/fail /usr/bin/
637637
#===============
638638
# TODO: Use Google fingerprint to verify downloads
639639
# https://www.google.de/linuxrepositories/
640-
ARG EXPECTED_CHROME_VERSION="68.0.3440.84"
640+
ARG EXPECTED_CHROME_VERSION="68.0.3440.106"
641641
ENV CHROME_URL="https://dl.google.com/linux/direct" \
642642
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
643643
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"

0 commit comments

Comments
 (0)