Bump debian-* base image versions to latest

This commit is contained in:
Tim Allclair
2019-02-04 11:36:42 -08:00
parent f52713515b
commit 1b9d0c1094
10 changed files with 28 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ TEMP_DIR:=$(shell mktemp -d)
VERSION=v9.0
KUBECTL_VERSION?=v1.13.2
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.0
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.1
SUDO=$(if $(filter 0,$(shell id -u)),,sudo)