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

Commit 51a8eb3

Browse files
authored
Merge pull request #260 from elgalu/ubuntu-and-chromedriver
Upgrade Ubuntu xenial date to 20180726
2 parents b897e21 + ec7d1e6 commit 51a8eb3

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=20180525
8+
ARG UBUNTU_DATE=20180726
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/
@@ -637,7 +637,7 @@ COPY bin/fail /usr/bin/
637637
#===============
638638
# TODO: Use Google fingerprint to verify downloads
639639
# https://www.google.de/linuxrepositories/
640-
ARG EXPECTED_CHROME_VERSION="67.0.3396.99"
640+
ARG EXPECTED_CHROME_VERSION="68.0.3440.75"
641641
ENV CHROME_URL="https://dl.google.com/linux/direct" \
642642
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
643643
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -680,7 +680,7 @@ USER seluser
680680
# Chrome webdriver
681681
#==================
682682
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
683-
ARG CHROME_DRIVER_VERSION="2.40"
683+
ARG CHROME_DRIVER_VERSION="2.41"
684684
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
685685
CPU_ARCH="64"
686686
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)