Bump Chrome to v73

This commit is contained in:
Stan Hu 2019-04-13 06:36:38 -07:00
parent a567ea5717
commit 8c729afc66
2 changed files with 6 additions and 2 deletions

View file

@ -42,6 +42,10 @@ function print_chrome_args() {
CHROME_VERSION=71.0.3578.98-1
CHROME_DRIVER_VERSION=2.45
;;
73|73.0)
CHROME_VERSION=73.0.3683.103-1
CHROME_DRIVER_VERSION=73.0.3683.68
;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"