diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-08-19 16:15:53 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-08-19 22:16:58 +0200 |
commit | 29a42252cace9c3a4ed771a3d89282b64c8b7294 (patch) | |
tree | ff9483855b6f9f767a8463bc419e3930479f6227 /Dockerfile | |
parent | bd0b05f13860b62de389ec67eadd0df6b44d4f4f (diff) | |
download | podman-29a42252cace9c3a4ed771a3d89282b64c8b7294.tar.gz podman-29a42252cace9c3a4ed771a3d89282b64c8b7294.tar.bz2 podman-29a42252cace9c3a4ed771a3d89282b64c8b7294.zip |
Dockerfile.*: bump CNI plugins commit
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |