mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Upgrade CE/EE container to use Chrome 71.0 and Golang 1.11
This commit is contained in:
parent
d715f2f56e
commit
5253e8e4f3
2 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue