From c4542d74c7176d4cb1ac81d547e0c07e3e605551 Mon Sep 17 00:00:00 2001 From: David Yu Date: Fri, 24 May 2024 14:44:55 -0700 Subject: [PATCH] Update index.mdx --- website/content/docs/install/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index 7f19d8556e07..12ba6866e47d 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -201,7 +201,7 @@ CNI plugins installed. The following commands install the CNI reference plugins. ```shell-session -$ curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.0.0/cni-plugins-linux-$( [ $(uname -m) = aarch64 ] && echo arm64 || echo amd64)"-v1.0.0.tgz && \ +$ curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.5.0/cni-plugins-linux-$( [ $(uname -m) = aarch64 ] && echo arm64 || echo amd64)"-v1.5.0.tgz && \ sudo mkdir -p /opt/cni/bin && \ sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz ```