We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e363e4 commit a4228c3Copy full SHA for a4228c3
dist/images/Dockerfile.base
@@ -89,7 +89,7 @@ RUN mkdir -p /var/run/openvswitch && \
89
mkdir -p /opt/cni/bin
90
91
ARG ARCH
92
-ENV CNI_VERSION=v1.1.1
+ENV CNI_VERSION=v1.2.0
93
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
94
95
ENV KUBE_VERSION="v1.24.2"
0 commit comments