Update chrome installation and version

This commit is contained in:
Andrejs Cunskis 2022-10-30 19:40:10 +02:00
parent c264fc6b62
commit 22154087ee
No known key found for this signature in database
GPG key ID: 87CB75083F227241
6 changed files with 35 additions and 31 deletions

View file

@ -4,7 +4,7 @@ customers:
- .build_and_push
variables:
LFS: '2.9'
CHROME: '106'
CHROME: '107'
NODE: '16.14'
YARN: '1.22'
POSTGRESQL: '10'
@ -19,7 +19,7 @@ customers-qa-assets:
extends:
- .build_and_push
variables:
CHROME: '106'
CHROME: '107'
NODE: '16.14'
YARN: '1.22'
DOCKER: '20.10.14'