From 0be147777976c23077d804a50114e47bcaaaefd2 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Tue, 5 Jul 2022 16:41:15 +0530 Subject: [PATCH] Bump Docker version used in CustomerDot images to 20.10.14 Signed-off-by: Balasankar "Balu" C --- .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 5692a35..7bc3210 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -12,7 +12,7 @@ customers: matrix: - RUBY: ['2.7'] GIT: ['2.33'] - DOCKER: ['19.03.1', ''] + 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 customers-qa-assets: @@ -22,7 +22,7 @@ customers-qa-assets: CHROME: '101' NODE: '16.14' YARN: '1.22' - DOCKER: '19.03.1' + DOCKER: '20.10.14' parallel: matrix: - RUBY: ['2.7']