Skip to content

Commit

Permalink
change cni version from v1.1.1 to v1.2.0 (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Mar 8, 2023
1 parent 9e363e4 commit a4228c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN mkdir -p /var/run/openvswitch && \
mkdir -p /opt/cni/bin

ARG ARCH
ENV CNI_VERSION=v1.1.1
ENV CNI_VERSION=v1.2.0
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

ENV KUBE_VERSION="v1.24.2"
Expand Down

0 comments on commit a4228c3

Please sign in to comment.