mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Bump Chrome to 119 for CustomersDot
This commit is contained in:
parent
f5da858aa0
commit
20ddefac9d
2 changed files with 6 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ customers:
|
|||
variables:
|
||||
RUBY: '3.2'
|
||||
LFS: '2.9'
|
||||
CHROME: '111'
|
||||
CHROME: '119'
|
||||
NODE: '18.17'
|
||||
YARN: '1.22'
|
||||
POSTGRESQL: '12'
|
||||
|
|
@ -30,7 +30,7 @@ customers-qa-assets:
|
|||
- .customers
|
||||
variables:
|
||||
RUBY: '3.2'
|
||||
CHROME: '111'
|
||||
CHROME: '119'
|
||||
NODE: '18.17'
|
||||
YARN: '1.22'
|
||||
GIT: '2.36'
|
||||
|
|
|
|||
|
|
@ -104,6 +104,10 @@ function print_chrome_args() {
|
|||
CHROME_VERSION=117.0.5938.92-1
|
||||
CHROMIUM_VERSION=117.0.5938.62-1
|
||||
;;
|
||||
119|119.0)
|
||||
CHROME_VERSION=119.0.6045.105-1
|
||||
CHROMIUM_VERSION=119.0.6045.105-1
|
||||
;;
|
||||
*) fail "Unknown chrome version $1" ;;
|
||||
esac
|
||||
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue