Merge branch 'andrey-add-chrome-109-gitlab' into 'master'

Add chrome 109 to rest of the images

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/641

Merged-by: Rémy Coutable <remy@rymai.me>
Approved-by: Rémy Coutable <remy@rymai.me>
Reviewed-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Rémy Coutable 2023-02-08 14:20:30 +00:00
commit 61c56290ab
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ customers:
- .customers
variables:
LFS: '2.9'
CHROME: '107'
CHROME: '109'
NODE: '16.14'
YARN: '1.22'
POSTGRESQL: '10'
@ -28,7 +28,7 @@ customers-qa-assets:
extends:
- .customers
variables:
CHROME: '107'
CHROME: '109'
NODE: '16.14'
YARN: '1.22'
DOCKER: '20.10.14'

View file

@ -28,7 +28,7 @@ gitlab:
GOLANG: ['1.18', '1.19']
RUST: ['1.65']
NODE: ['16.14', '18.12']
CHROME: ['106', '108']
CHROME: ['106', '109']
gitlab-ruby-3.2:
extends:
@ -48,7 +48,7 @@ gitlab-ruby-3.2:
GOLANG: ['1.19']
RUST: ['1.65']
NODE: ['16.14']
CHROME: ['108']
CHROME: ['109']
# Used by GitLab's compile-production-assets and compile-test-assets jobs
gitlab-assets: