Apply suggestion to scripts/custom-docker-build

This commit is contained in:
Rémy Coutable 2020-05-28 14:34:38 +00:00
parent 97e10dbd55
commit 64c2401dcb

View file

@ -53,7 +53,7 @@ function print_chrome_args() {
CHROME_DRIVER_VERSION=81.0.4044.69
;;
83|83.0)
CHROME_VERSION=83.0.4103
CHROME_VERSION=83.0.4103.61-1
CHROME_DRIVER_VERSION=83.0.4103.39
;;
*) echo "Unknown chrome version $1"; exit 1;