From 7f59caa9b2d69329d0cfbe21b07648862e192935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 10 Dec 2024 13:26:09 +0200 Subject: [PATCH] ci: Update image version to get newer GStreamer 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 8ea8b4e5c..f756dccd1 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2024-11-29.0" - GST_RS_IMG_WINDOWS_TAG: "2024-11-29.0" + GST_RS_IMG_TAG: "2024-12-10.0" + GST_RS_IMG_WINDOWS_TAG: "2024-12-10.0" GST_RS_STABLE: "1.83.0" GST_RS_MSRV: "1.80.1" # The branch we use to build GStreamer from in the docker images