From b7074985d8bcd3e1e5c4ae5f954bb8b5fbe00200 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Mon, 16 Mar 2026 14:30: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" {