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"