From 29a42252cace9c3a4ed771a3d89282b64c8b7294 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 19 Aug 2019 16:15:53 +0200 Subject: Dockerfile.*: bump CNI plugins commit Signed-off-by: Giuseppe Scrivano --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3185586b9..40726ae09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN set -x \ && rm -rf "$GOPATH" # 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" \ -- cgit v1.2.3-54-g00ecf