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

Commit df13532

Browse files
authored
Merge pull request #351 from elgalu/Upgrade-Chrome-and-Firefox-patch-levels
Upgrade Chrome and Firefox patch levels
2 parents af1990b + 5319079 commit df13532

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

Dockerfile

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -419,23 +419,6 @@ RUN apt -qqy update \
419419
#===================================================
420420
USER seluser
421421

422-
#--- Nightly
423-
# ENV FF_VER="52.0a0" \
424-
# FF_PLATFORM="linux-i686" \
425-
# FF_INNER_PATH="firefox/nightly/latest-mozilla-central"
426-
# ENV FF_COMP="firefox-${FF_VER}.${FF_LANG}.${FF_PLATFORM}.tar.bz2"
427-
# ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_COMP}"
428-
#
429-
# Where to find latest version:
430-
# https://archive.mozilla.org/pub/mozilla.org/firefox/releases/latest/linux-x86_64/en-US/
431-
# https://download-installer.cdn.mozilla.net/pub/mozilla.org/firefox/releases/latest/linux-x86_64/en-US/
432-
# https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/linux-x86_64/en-US/
433-
# e.g. 44.0 instead of latest
434-
# https://archive.mozilla.org/pub/firefox/releases/44.0/linux-x86_64/en-US/firefox-44.0.tar.bz2
435-
# FF_LANG can be either en-US // de // fr and so on
436-
# Regarding the pip packages, see released versions at:
437-
# https://github.com/mozilla/mozdownload/releases
438-
439422
#=============================
440423
# sudo by default from now on
441424
#=============================
@@ -447,7 +430,7 @@ ENV FF_LANG="en-US" \
447430
FF_INNER_PATH="firefox/releases"
448431

449432
#--- For Selenium 3
450-
ARG FF_VER="70.0"
433+
ARG FF_VER="70.0.1"
451434

452435
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
453436
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
@@ -484,7 +467,7 @@ COPY bin/fail /usr/bin/
484467
#===============
485468
# TODO: Use Google fingerprint to verify downloads
486469
# https://www.google.de/linuxrepositories/
487-
ARG EXPECTED_CHROME_VERSION="78.0.3904.70"
470+
ARG EXPECTED_CHROME_VERSION="78.0.3904.87"
488471
ENV CHROME_URL="https://dl.google.com/linux/direct" \
489472
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
490473
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"

0 commit comments

Comments
 (0)