Merge branch 'vs/update-customersdot-deps' into 'master'

Update CustomersDot dependencies

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

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
This commit is contained in:
Stan Hu 2023-03-21 15:44:37 +00:00
commit 09dc6d12cc

View file

@ -1,3 +1,4 @@
---
.customers:
extends:
- .build_dynamic_image
@ -13,14 +14,14 @@ customers:
- .customers
variables:
LFS: '2.9'
CHROME: '109'
CHROME: '111'
NODE: '16.14'
YARN: '1.22'
POSTGRESQL: '12'
GIT: '2.33'
GIT: '2.36'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
- RUBY: ['2.7', '3.2']
- DOCKER: ['20.10.14', '']
# Used by customers-gitlab-com qa e2e test: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab/ci/e2e.gitlab-ci.yml
@ -28,11 +29,11 @@ customers-qa-assets:
extends:
- .customers
variables:
CHROME: '109'
CHROME: '111'
NODE: '16.14'
YARN: '1.22'
GIT: '2.33'
GIT: '2.36'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
- RUBY: ['2.7', '3.2']
- DOCKER: ['20.10.14', '']