From 6a79bef1f310fd45e93e53c584fc60e36962dc0d Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 17 Mar 2023 09:30:21 +0100 Subject: [PATCH] Update git to 2.36 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 4de6452..bcb8a66 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -17,7 +17,7 @@ customers: NODE: '16.14' YARN: '1.22' POSTGRESQL: '12' - GIT: '2.33' + GIT: '2.36' parallel: matrix: - RUBY: ['2.7', '3.0'] @@ -31,7 +31,7 @@ customers-qa-assets: CHROME: '111' NODE: '16.14' YARN: '1.22' - GIT: '2.33' + GIT: '2.36' parallel: matrix: - RUBY: ['2.7', '3.0']