From fd45f6ea7d34973933ef782363b87fcc2df957c2 Mon Sep 17 00:00:00 2001 From: Bartek Florczak Date: Wed, 7 Aug 2019 15:36:23 +0200 Subject: [PATCH] Bump Chrome to 76.0.3809.100 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f2e1bcc..04909820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -646,7 +646,7 @@ COPY bin/fail /usr/bin/ #=============== # TODO: Use Google fingerprint to verify downloads # https://www.google.de/linuxrepositories/ -ARG EXPECTED_CHROME_VERSION="76.0.3809.87" +ARG EXPECTED_CHROME_VERSION="76.0.3809.100" 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}"