Upgrade CE/EE container to use Chrome 71.0 and Golang 1.11

This commit is contained in:
Stan Hu 2019-01-06 07:21:45 -08:00
parent d715f2f56e
commit 5253e8e4f3
2 changed files with 8 additions and 8 deletions

View file

@ -74,6 +74,10 @@ function print_chrome_args() {
CHROME_VERSION=69.0.3497.81-1
CHROME_DRIVER_VERSION=2.41
;;
71|71.0)
CHROME_VERSION=71.0.3578.98-1
CHROME_DRIVER_VERSION=2.45
;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"