From de326ff9dc7fc065c9e2d08d8a28259f771b81b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Wed, 4 Dec 2024 10:02:10 +0100 Subject: [PATCH] ci: update to rust 1.83 --- ci/images_template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index ada5eb7..3991fc1 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_WIN_IMG_TAG: "2024-09-11.0" - GST_RS_FDO_IMG_TAG: "2024-09-11.0" - GST_RS_STABLE: "1.81.0" + GST_RS_WIN_IMG_TAG: "2024-12-02.0" + GST_RS_FDO_IMG_TAG: "2024-12-02.0" + GST_RS_STABLE: "1.83.0"