This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55# To overwrite the build args use:
66# docker build ... --build-arg UBUNTU_DATE=20171006
77ARG 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 "
641641ENV 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 "
684684ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
685685 CPU_ARCH="64"
686686ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"
You can’t perform that action at this time.
0 commit comments