From cda56e597dbbc6ce520b2840fab04ac1af8934bd Mon Sep 17 00:00:00 2001 From: <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:02:46 +0000 Subject: [PATCH] chore: Bump to latest cniplugins version in Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d6b202..a0fbaa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ARCH=${TARGETARCH} ARG BCI_IMAGE=registry.suse.com/bci/bci-base ARG GO_IMAGE=rancher/hardened-build-base:v1.23.2b1 -ARG CNI_IMAGE_VERSION=v1.6.0-build20241022 +ARG CNI_IMAGE_VERSION=v1.6.1-build20241203 ARG CNI_IMAGE=rancher/hardened-cni-plugins:${CNI_IMAGE_VERSION} ARG GOEXPERIMENT=boringcrypto