From 1af351745e53ee0fa4d06411876d590ec4447fc4 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sat, 11 Apr 2026 02:42:25 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20containernetworking/plugi?= =?UTF-8?q?ns=20v1.9.0=20=E2=86=92=20v1.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/cni-plugins/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cni-plugins/docker-bake.hcl b/apps/cni-plugins/docker-bake.hcl index 17a18d754..a704cbb99 100644 --- a/apps/cni-plugins/docker-bake.hcl +++ b/apps/cni-plugins/docker-bake.hcl @@ -6,7 +6,7 @@ variable "APP" { variable "VERSION" { // renovate: datasource=github-releases depName=containernetworking/plugins - default = "v1.9.0" + default = "v1.9.1" } variable "LICENSE" {