bump cni-plugins to 1.7.1

This commit is contained in:
Benjamin Elder
2025-05-05 11:19:06 -07:00
parent 2d4af78819
commit f7b2202df6

View File

@@ -168,7 +168,7 @@ RUN git clone --filter=tree:0 "${CRI_TOOLS_CLONE_URL}" /cri-tools \
# stage for building cni-plugins
FROM go-build AS build-cni
ARG TARGETARCH GO_VERSION
ARG CNI_PLUGINS_VERSION="v1.6.1"
ARG CNI_PLUGINS_VERSION="v1.7.1"
ARG CNI_PLUGINS_CLONE_URL="https://github.com/containernetworking/plugins"
RUN git clone --filter=tree:0 "${CNI_PLUGINS_CLONE_URL}" /cni-plugins \
&& cd /cni-plugins \