update kind to debian base 0.3.1 image for CVEs

This commit is contained in:
Benjamin Elder
2018-08-06 17:47:47 -07:00
parent 0b0c83f657
commit 04c63ec1dc

View File

@@ -29,7 +29,7 @@
# For now this is still an ARG so we can reuse it throughout the build
# without persisting it to the container.
ARG ARCH="amd64"
ARG BASE_IMAGE_VERSION="0.3"
ARG BASE_IMAGE_VERSION="0.3.1"
ARG BASE_IMAGE="k8s.gcr.io/debian-base-${ARCH}:${BASE_IMAGE_VERSION}"
FROM ${BASE_IMAGE}