bump cni version

This commit is contained in:
Minhan Xia
2016-07-11 14:33:01 -07:00
parent f6d7e5c614
commit 0bd411878a
8 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
REGISTRY?=gcr.io/google_containers
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
CNI_RELEASE=c864f0e1ea73719b8f4582402b0847064f9883b0
CNI_RELEASE=8a936732094c0941e1543ef5d292a1f4fffa1ac5
UNAME_S:=$(shell uname -s)
ifeq ($(UNAME_S),Darwin)