Add images for Chrome 69

This commit is contained in:
Lukas Eipert 2018-09-06 21:47:28 +00:00 committed by Mike Greiling
parent d395dbb7ba
commit a787a7af9d
2 changed files with 12 additions and 0 deletions

View file

@ -66,6 +66,14 @@ function print_chrome_args() {
CHROME_VERSION=67.0.3396.79-1
CHROME_DRIVER_VERSION=2.40
;;
68|68.0)
CHROME_VERSION=68.0.3440.106-1
CHROME_DRIVER_VERSION=2.41
;;
69|69.0)
CHROME_VERSION=69.0.3497.81-1
CHROME_DRIVER_VERSION=2.41
;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"