bump base image

This commit is contained in:
Benjamin Elder
2020-05-15 00:39:50 -07:00
parent fefccb7a7d
commit fce9435798

View File

@@ -20,7 +20,7 @@ package nodeimage
const DefaultImage = "kindest/node:latest"
// DefaultBaseImage is the default base image used
const DefaultBaseImage = "kindest/base:v20200513-fd490400"
const DefaultBaseImage = "kindest/base:v20200515-fefccb7a"
// DefaultMode is the default kubernetes build mode for the built image
// see pkg/build/kube.Bits