aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2026-04-10 14:59:17 +0200
committerMichael Albinus2026-04-10 14:59:17 +0200
commitfe90f2d87ecd65a671ac884dcf7be3692d5ae184 (patch)
treee718dff55ee384922cea7e722800c85537255087
parent948c4f7f64fb9e662dfcccc609b2e02269c7ebe8 (diff)
downloademacs-30.tar.gz
emacs-30.zip
* test/infra/gitlab-ci.yml (default): User docker 28.5.2.emacs-30
-rw-r--r--test/infra/gitlab-ci.yml4
1 files 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 @@
1# Copyright (C) 2017-2025 Free Software Foundation, Inc. 1# Copyright (C) 2017-2026 Free Software Foundation, Inc.
2# 2#
3# This file is part of GNU Emacs. 3# This file is part of GNU Emacs.
4# 4#
@@ -62,7 +62,7 @@ variables:
62 # CI_DEBUG_TRACE: "true" 62 # CI_DEBUG_TRACE: "true"
63 63
64default: 64default:
65 image: docker:19.03.12 65 image: docker:28.5.2
66 timeout: 3 hours 66 timeout: 3 hours
67 before_script: 67 before_script:
68 - docker info 68 - docker info