bump CNI plugins version to 1.1.1

This commit is contained in:
Dave Allan 2022-04-19 08:27:35 -04:00
parent 8cadff2b79
commit 3e6818d0b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ARG FROM=alpine
FROM $FROM AS cni
ARG GOARCH=amd64
ARG CNI_PLUGINS_VERSION=v0.9.1
ARG CNI_PLUGINS_VERSION=v1.1.1
RUN apk add --no-cache curl && \
curl -Lo cni.tar.gz https://github.com/containernetworking/plugins/releases/download/$CNI_PLUGINS_VERSION/cni-plugins-linux-$GOARCH-$CNI_PLUGINS_VERSION.tgz && \
tar -xf cni.tar.gz