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

Commit e067398

Browse files
baflQAdiemol
authored andcommitted
Bump browsers' patch version (#321)
Chrome: 74.0.3729.157 FF: 66.0.5
1 parent fa5ad2d commit e067398

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

609609
#--- For Selenium 3
610610
# Layer size: big: 108.2 MB
611-
ARG FF_VER="66.0"
611+
ARG FF_VER="66.0.5"
612612

613613
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
614614
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -646,7 +646,7 @@ COPY bin/fail /usr/bin/
646646
#===============
647647
# TODO: Use Google fingerprint to verify downloads
648648
# https://www.google.de/linuxrepositories/
649-
ARG EXPECTED_CHROME_VERSION="74.0.3729.131"
649+
ARG EXPECTED_CHROME_VERSION="74.0.3729.157"
650650
ENV CHROME_URL="https://dl.google.com/linux/direct" \
651651
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
652652
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"

0 commit comments

Comments
 (0)