Skip to content

Commit 0ff516b

Browse files
committed
change cni version from v1.1.1 to v1.2.0
1 parent b0935b7 commit 0ff516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/images/Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN mkdir -p /var/run/openvswitch && \
9191
mkdir -p /opt/cni/bin
9292

9393
ARG ARCH
94-
ENV CNI_VERSION=v1.1.1
94+
ENV CNI_VERSION=v1.2.0
9595
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
9696

9797
ENV KUBE_VERSION="v1.24.2"

0 commit comments

Comments
 (0)