From 95e1f760cbcad034abeb010be16c8fe4f7e427f3 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Tue, 31 Jan 2023 12:54:19 +0100 Subject: [PATCH] ci: Update base image Mutter main updated its image for a glib dependency bump. Update gnome-shell CI too. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b259f245..915ecc527 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - deploy default: - image: registry.gitlab.gnome.org/gnome/mutter/fedora/37:x86_64-2022-12-17.0 + image: registry.gitlab.gnome.org/gnome/mutter/fedora/37:x86_64-2022-12-22.0 # Cancel jobs if newer commits are pushed to the branch interruptible: true # Auto-retry jobs in case of infra failures