From 7e18e8b79376d2b943f3a72c2930c56f5c2638a6 Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Fri, 11 May 2018 07:54:13 +0200 Subject: [PATCH] Upgrade Chrome patch level to 66.0.3359.170 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a917a88..38a1c4b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -636,7 +636,7 @@ COPY bin/fail /usr/bin/ #=============== # TODO: Use Google fingerprint to verify downloads # https://www.google.de/linuxrepositories/ -ARG EXPECTED_CHROME_VERSION="66.0.3359.139" +ARG EXPECTED_CHROME_VERSION="66.0.3359.170" 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}"