Update to use debian-iptables v10.2 and debian-hyperkube-base 0.10.2

This commit is contained in:
Jeff Grafton
2018-09-17 21:10:04 -07:00
parent 247240ace4
commit b4635a829a
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ ARCH?=amd64
OUT_DIR?=_output
HYPERKUBE_BIN?=$(shell pwd)/../../../$(OUT_DIR)/dockerized/bin/linux/$(ARCH)/hyperkube
BASEIMAGE=k8s.gcr.io/debian-hyperkube-base-$(ARCH):0.10.1
BASEIMAGE=k8s.gcr.io/debian-hyperkube-base-$(ARCH):0.10.2
TEMP_DIR:=$(shell mktemp -d -t hyperkubeXXXXXX)
all: build