mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update Chrome to 89
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-chrome-os.html https://chromedriver.chromium.org/downloads
This commit is contained in:
parent
587926665e
commit
7fc0ea96c4
2 changed files with 20 additions and 16 deletions
|
|
@ -64,6 +64,10 @@ function print_chrome_args() {
|
|||
CHROME_VERSION=87.0.4280.88-1
|
||||
CHROME_DRIVER_VERSION=87.0.4280.88
|
||||
;;
|
||||
89|89.0)
|
||||
CHROME_VERSION=89.0.4389.90-1
|
||||
CHROME_DRIVER_VERSION=89.0.4389.23
|
||||
;;
|
||||
*) 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