From bf3cb76766d3fb60da94b7d2fb546f21c38db698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 7 Jan 2024 19:59:13 +0100 Subject: [PATCH] ci: Update default image We are using a fairly outdated image by now, update to the latest image that gnome-shell produces. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fff1453d..09169eba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: - deploy default: - image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/35:2022-02-18.0 + image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/39:2023-08-15.1 # Cancel jobs if newer commits are pushed to the branch interruptible: true # Auto-retry jobs in case of infra failures