From c126f48954cc5c851c8fa2bf34941315ff0742f9 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 17 Mar 2023 09:29:42 +0100 Subject: [PATCH] Update Chrome to 111 for CustomersDot --- .gitlab/ci/customers.images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index d192ee1..4de6452 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -13,7 +13,7 @@ customers: - .customers variables: LFS: '2.9' - CHROME: '109' + CHROME: '111' NODE: '16.14' YARN: '1.22' POSTGRESQL: '12' @@ -28,7 +28,7 @@ customers-qa-assets: extends: - .customers variables: - CHROME: '109' + CHROME: '111' NODE: '16.14' YARN: '1.22' GIT: '2.33'