Upgrade debian-base to 0.3.1 for CVEs

This commit is contained in:
Satyadeep Musuvathy
2018-08-02 16:43:19 -07:00
parent 8f92b8e288
commit 025a0b3bf3
7 changed files with 21 additions and 21 deletions

View File

@@ -19,11 +19,11 @@
REGISTRY?=staging-k8s.gcr.io
IMAGE?=debian-hyperkube-base
TAG=0.10
TAG=0.10.1
ARCH?=amd64
CACHEBUST?=1
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.1
CNI_VERSION=v0.6.0
TEMP_DIR:=$(shell mktemp -d)