From fe90f2d87ecd65a671ac884dcf7be3692d5ae184 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 10 Apr 2026 14:59:17 +0200 Subject: [PATCH] * test/infra/gitlab-ci.yml (default): User docker 28.5.2. --- test/infra/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 0d7d31c3fdd..12890b50f9f 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # @@ -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