From 5cb7446245ccf09c4186985f37cc4ad7a91488cd Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 10 Apr 2026 14:28:54 +0200 Subject: [PATCH] * test/infra/gitlab-ci.yml (default): User docker 28.5.2. --- test/infra/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 1f0f33bbe86..9a90727699a 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -62,7 +62,7 @@ variables: # CI_DEBUG_TRACE: "true" default: - image: docker:19.03.12 + image: docker:28.5.2 timeout: 3 hours before_script: - docker info