From fc6e31b98969b775ad516fd88ffb9ecf659fcb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 22 May 2025 09:11:41 +0300 Subject: [PATCH] ci: Update image Necessary to get qtdemux fix for gst-plugins-rs tests: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9039 Part-of: --- ci/images_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index 093528a18..624c29c4d 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2025-05-21.0" - GST_RS_IMG_WINDOWS_TAG: "2025-05-21.0" + GST_RS_IMG_TAG: "2025-05-22.0" + GST_RS_IMG_WINDOWS_TAG: "2025-05-22.0" GST_RS_STABLE: "1.87.0" GST_RS_MSRV: "1.83.0" # The branch we use to build GStreamer from in the docker images