From a48fd70e38243d18f32aaa3681e77618a0b1ef59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 5 Jan 2022 19:02:12 +0100 Subject: [PATCH] ci: Bump mutter image Mutter itself now depends on a more recent wayland-protocols, so update to the correct image version to fix the CI build. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32eade155..f9e4d6609 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ variables: LINT_LOG: "eslint-report.xml" LINT_MR_LOG: "eslint-mr-report.xml" -image: registry.gitlab.gnome.org/gnome/mutter/fedora/35:x86_64-2022-01-05.0 +image: registry.gitlab.gnome.org/gnome/mutter/fedora/35:x86_64-2022-01-05.1 workflow: rules: