From 30d008e3c383bfb08e7e79303d4fdd812e588c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 15 Jul 2022 18:58:05 +0200 Subject: [PATCH] ci: Bump mutter image Mutter requires a more recent wayland-protocols version now, update to the image that provides it. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 455761865..609cdba06 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-03-04.1 +image: registry.gitlab.gnome.org/gnome/mutter/fedora/35:x86_64-2022-07-11.0 workflow: rules: