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

Commit 70a3712

Browse files
authored
Upgrading to ChromeDriver 2.44 (#287)
* Upgrading to ChromeDriver 2.44 * Upgrading Chrome to 70.0.3538.110 as well * Since we are on it, upgrade Ubuntu to 20181113
1 parent 8984173 commit 70a3712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# To overwrite the build args use:
66
# docker build ... --build-arg UBUNTU_DATE=20171006
77
ARG UBUNTU_FLAVOR=xenial
8-
ARG UBUNTU_DATE=20181005
8+
ARG UBUNTU_DATE=20181113
99

1010
#== Ubuntu xenial is 16.04, i.e. FROM ubuntu:16.04
1111
# Find latest images at https://hub.docker.com/r/library/ubuntu/
@@ -639,7 +639,7 @@ COPY bin/fail /usr/bin/
639639
#===============
640640
# TODO: Use Google fingerprint to verify downloads
641641
# https://www.google.de/linuxrepositories/
642-
ARG EXPECTED_CHROME_VERSION="70.0.3538.102"
642+
ARG EXPECTED_CHROME_VERSION="70.0.3538.110"
643643
ENV CHROME_URL="https://dl.google.com/linux/direct" \
644644
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
645645
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -682,7 +682,7 @@ USER seluser
682682
# Chrome webdriver
683683
#==================
684684
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
685-
ARG CHROME_DRIVER_VERSION="2.43"
685+
ARG CHROME_DRIVER_VERSION="2.44"
686686
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
687687
CPU_ARCH="64"
688688
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)