From 3947010d5b5e45cc90c9e2b53982c52547d414c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 22 Nov 2024 14:21:58 +0200 Subject: [PATCH] ci: Update image for new GStreamer version 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 d62a91868..3b6a2e910 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2024-11-13.0" - GST_RS_IMG_WINDOWS_TAG: "2024-11-15.0" + GST_RS_IMG_TAG: "2024-11-22.0" + GST_RS_IMG_WINDOWS_TAG: "2024-11-22.0" GST_RS_STABLE: "1.82.0" GST_RS_MSRV: "1.71.1" # The branch we use to build GStreamer from in the docker images