Update to use debian-base:0.3.2

This commit is contained in:
Jeff Grafton
2018-08-10 15:37:10 -07:00
parent df788bd66a
commit 296fe185fa
6 changed files with 18 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ TAG=0.10.1
ARCH?=amd64
CACHEBUST?=1
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.1
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.2
CNI_VERSION=v0.6.0
TEMP_DIR:=$(shell mktemp -d)