bump chrome 61 revision

This commit is contained in:
Mike Greiling 2017-10-03 16:02:36 -05:00
parent 8c57ead5c3
commit 6953178bc5

View file

@ -20,7 +20,7 @@ function print_golang_args() {
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.91-1 ;;
61|61.0) CHROME_VERSION=61.0.3163.100-1 ;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"