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=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 "
643643ENV 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 "
686686ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
687687 CPU_ARCH="64"
688688ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"
You can’t perform that action at this time.
0 commit comments