From 2c4820651eaf84e8671b17a4bf080da862a9fa5a Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Mon, 23 May 2022 09:46:24 +0000 Subject: [PATCH] Pin Ruby image for CustomersDot to minor versions instead of patch versions --- .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 15f78f3..5692a35 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -10,7 +10,7 @@ customers: POSTGRESQL: '10' parallel: matrix: - - RUBY: ['2.7.6'] + - RUBY: ['2.7'] GIT: ['2.33'] DOCKER: ['19.03.1', ''] @@ -25,5 +25,5 @@ customers-qa-assets: DOCKER: '19.03.1' parallel: matrix: - - RUBY: ['2.7.6'] + - RUBY: ['2.7'] GIT: ['2.33']