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

Commit

Permalink
Merge pull request #350 from elgalu/Upgrade-Chrome,-chromedriver,-Fir…
Browse files Browse the repository at this point in the history
…efox-70.0

Upgrade Chrome, chromedriver, Firefox 70.0
  • Loading branch information
elgalu authored Oct 24, 2019
2 parents adb42a4 + 98a26f5 commit fa53cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ ENV FF_LANG="en-US" \
FF_INNER_PATH="firefox/releases"

#--- For Selenium 3
ARG FF_VER="69.0.3"
ARG FF_VER="70.0"

ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
Expand Down Expand Up @@ -484,7 +484,7 @@ COPY bin/fail /usr/bin/
#===============
# TODO: Use Google fingerprint to verify downloads
# https://www.google.de/linuxrepositories/
ARG EXPECTED_CHROME_VERSION="77.0.3865.120"
ARG EXPECTED_CHROME_VERSION="78.0.3904.70"
ENV CHROME_URL="https://dl.google.com/linux/direct" \
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
Expand Down Expand Up @@ -526,7 +526,7 @@ USER seluser
# Chrome webdriver
#==================
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
ARG CHROME_DRIVER_VERSION="77.0.3865.40"
ARG CHROME_DRIVER_VERSION="78.0.3904.70"
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
CPU_ARCH="64"
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"
Expand Down

0 comments on commit fa53cca

Please sign in to comment.