Skip to content

Commit a4228c3

Browse files
authored
change cni version from v1.1.1 to v1.2.0 (#2435)
1 parent 9e363e4 commit a4228c3

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
@@ -89,7 +89,7 @@ RUN mkdir -p /var/run/openvswitch && \
8989
mkdir -p /opt/cni/bin
9090

9191
ARG ARCH
92-
ENV CNI_VERSION=v1.1.1
92+
ENV CNI_VERSION=v1.2.0
9393
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
9494

9595
ENV KUBE_VERSION="v1.24.2"

0 commit comments

Comments
 (0)