From 0c181b3b78fde4005b1434e87ef6efe9ef4f1353 Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Mon, 19 Dec 2022 15:49:03 +0100 Subject: [PATCH] ci: Bump base image to F37 Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 346558233..5b259f245 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - deploy default: - image: registry.gitlab.gnome.org/gnome/mutter/fedora/36:x86_64-2022-11-25.0 + image: registry.gitlab.gnome.org/gnome/mutter/fedora/37:x86_64-2022-12-17.0 # Cancel jobs if newer commits are pushed to the branch interruptible: true # Auto-retry jobs in case of infra failures