From 7167fb78ce26090e5c002241a198d20f3a701daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 Sep 2023 15:19:23 +0300 Subject: [PATCH] ci: Regenerate images to get new version of cargo-deny The new version denies dependencies that include binary executables / libraries. Part-of: --- ci/images_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index 035da0034..db86e3fa6 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2023-08-28.0" + GST_RS_IMG_TAG: "2023-09-07.0" GST_RS_STABLE: "1.72.0" GST_RS_MSRV: "1.70.0"