From 7a1038d4f7aa3d4b2a2738bccbd5aa7c91e4a157 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Tue, 19 Jul 2022 01:19:44 +0200
Subject: [PATCH] [TASK] Unpin CI image docker:20.10.14-dind
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The issue has been resolved in sysbox, we don't
need the patch level pin anymore.

Resolves: #98015
Related: #97570
Releases: main, 11.5, 10.4
Change-Id: I1a2080ec3e8609350c9975bad8f65e69513d5f48
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75222
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
---
 Build/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Build/gitlab-ci.yml b/Build/gitlab-ci.yml
index 483132c67f70..4029d3b673e4 100644
--- a/Build/gitlab-ci.yml
+++ b/Build/gitlab-ci.yml
@@ -35,7 +35,7 @@ services:
   # Each job starts two containers: This dind container that starts a docker
   # daemon, plus a casual container that executes runTests.sh for single jobs
   # to start containers within the dind container.
-  - name: docker:20.10.14-dind
+  - name: docker:20.10-dind
     alias: docker
 
 # This is *never* overridden in single jobs. All jobs start a 'dind' service
-- 
GitLab