From 2365d40ef939f1c443ac77605ecaedac8a417d01 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Tue, 7 Nov 2017 11:55:28 -0600 Subject: [PATCH] update chrome --- scripts/custom-docker-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index 4eaab71..9e92b4e 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -21,7 +21,7 @@ function print_chrome_args() { case "$1" in 60|60.0) CHROME_VERSION=60.0.3112.90-1 ;; 61|61.0) CHROME_VERSION=61.0.3163.100-1 ;; - 62|62.0) CHROME_VERSION=62.0.3202.75-1 ;; + 62|62.0) CHROME_VERSION=62.0.3202.89-1 ;; *) echo "Unknown chrome version $1"; exit 1; esac printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"