bump new version due to base image changed

This commit is contained in:
Di Xu
2017-08-19 14:06:48 +08:00
parent d4aa1611bd
commit ec2fbbc85d
8 changed files with 13 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ REGISTRY?=gcr.io/google-containers
ARCH?=amd64
HYPERKUBE_BIN?=_output/dockerized/bin/linux/$(ARCH)/hyperkube
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.1
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.2
TEMP_DIR:=$(shell mktemp -d -t hyperkubeXXXXXX)
all: build