Merge branch 'sh-bump-google-chrome-stable' into 'master'

Bump Google Chrome stable to 64.0.3282.186-1

See merge request gitlab-org/gitlab-build-images!80
This commit is contained in:
Stan Hu 2018-02-26 21:40:24 +00:00
commit 8cb83887d0

View file

@ -31,7 +31,7 @@ function print_chrome_args() {
61|61.0) CHROME_VERSION=61.0.3163.100-1 ;;
62|62.0) CHROME_VERSION=62.0.3202.89-1 ;;
63|63.0) CHROME_VERSION=63.0.3239.108-1 ;;
64|64.0) CHROME_VERSION=64.0.3282.167-1 ;;
64|64.0) CHROME_VERSION=64.0.3282.186-1 ;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"