From 1891e4be685dfc7e6445bf8719327d6c0b25aa67 Mon Sep 17 00:00:00 2001 From: Carlos Bentzen Date: Wed, 5 Mar 2025 12:11:21 +0100 Subject: [PATCH] ci: update image tags for latest gst main In order to fetch fix in gstreamer!8588 that is needed by gst-plugins-rs!1279. 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 6b56a21d5..dfe7c71be 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2025-02-28.0" - GST_RS_IMG_WINDOWS_TAG: "2025-02-23.0" + GST_RS_IMG_TAG: "2025-03-05.0" + GST_RS_IMG_WINDOWS_TAG: "2025-03-05.0" GST_RS_STABLE: "1.85.0" GST_RS_MSRV: "1.71.1" # The branch we use to build GStreamer from in the docker images