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

Commit 0754600

Browse files
authored
Merge pull request #191 from elgalu/bump-chrome-and-firefox
Bumping Chrome and Firefox versions
2 parents 735abd0 + f74166c commit 0754600

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

594594
#--- For Selenium 3
595595
# Layer size: big: 108.2 MB
596-
ARG FF_VER="56.0.2"
596+
ARG FF_VER="57.0"
597597

598598
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
599599
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -631,7 +631,7 @@ COPY bin/fail /usr/bin/
631631
#===============
632632
# TODO: Use Google fingerprint to verify downloads
633633
# https://www.google.de/linuxrepositories/
634-
ARG EXPECTED_CHROME_VERSION="62.0.3202.89"
634+
ARG EXPECTED_CHROME_VERSION="62.0.3202.94"
635635
ENV CHROME_URL="https://dl.google.com/linux/direct" \
636636
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
637637
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"

0 commit comments

Comments
 (0)