From 98cd79111dd530447f491d547d14f3c38e227e46 Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Mon, 1 Jan 2024 16:45:55 +0100 Subject: [PATCH] Use daily images for CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c10e0a6..1812aaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: "archlinux:latest" + image: "archlinux/archlinux:latest" stages: - cleanup