We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0935b7 commit 0ff516bCopy full SHA for 0ff516b
dist/images/Dockerfile.base
@@ -91,7 +91,7 @@ RUN mkdir -p /var/run/openvswitch && \
91
mkdir -p /opt/cni/bin
92
93
ARG ARCH
94
-ENV CNI_VERSION=v1.1.1
+ENV CNI_VERSION=v1.2.0
95
RUN curl -sSf -L --retry 5 https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | tar -xz -C . ./loopback ./portmap ./macvlan
96
97
ENV KUBE_VERSION="v1.24.2"
0 commit comments