From 1b77f85de9e94f3236ddd4664686d66d32e72c48 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Wed, 5 Sep 2018 12:13:31 +0200 Subject: [PATCH] Updating to Chrome 69.0.3497.81-1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e2ea977..39bf7666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -637,7 +637,7 @@ COPY bin/fail /usr/bin/ #=============== # TODO: Use Google fingerprint to verify downloads # https://www.google.de/linuxrepositories/ -ARG EXPECTED_CHROME_VERSION="68.0.3440.106" +ARG EXPECTED_CHROME_VERSION="69.0.3497.81" 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}"