diff --git a/scripts/linux-priv-cni.sh b/scripts/linux-priv-cni.sh index b6187fed8..8cab30b86 100755 --- a/scripts/linux-priv-cni.sh +++ b/scripts/linux-priv-cni.sh @@ -12,7 +12,7 @@ case $(arch) in aarch64) ARCH="arm64" ;; esac -VERSION="v1.0.0" +VERSION="v1.3.0" DOWNLOAD=https://github.com/containernetworking/plugins/releases/download/${VERSION}/cni-plugins-linux-${ARCH}-${VERSION}.tgz TARGET_DIR=/opt/cni/bin CONFIG_DIR=/opt/cni/config