diff options
Diffstat (limited to 'Dockerfile.centos')
-rw-r--r-- | Dockerfile.centos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.centos b/Dockerfile.centos index bbb582840..f0d184485 100644 --- a/Dockerfile.centos +++ b/Dockerfile.centos @@ -27,7 +27,7 @@ RUN yum -y install btrfs-progs-devel \ iptables && yum clean all # Install CNI plugins -ENV CNI_COMMIT 7480240de9749f9a0a5c8614b17f1f03e0c06ab9 +ENV CNI_COMMIT 485be65581341430f9106a194a98f0f2412245fb RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/containernetworking/plugins.git "$GOPATH/src/github.com/containernetworking/plugins" \ |