bump base images to debian stretch

This commit is contained in:
Ryan Phillips
2017-10-13 10:46:29 -05:00
parent 4793b714d8
commit 66965daf56
15 changed files with 35 additions and 36 deletions

View File

@@ -23,7 +23,7 @@ TAG=0.6
ARCH?=amd64
CACHEBUST?=1
BASEIMAGE=gcr.io/google-containers/debian-base-$(ARCH):0.2
BASEIMAGE=gcr.io/google-containers/debian-base-$(ARCH):0.3
CNI_VERSION=v0.6.0
TEMP_DIR:=$(shell mktemp -d)