bump base image

This commit is contained in:
Benjamin Elder
2021-03-10 20:47:02 -08:00
parent fb133a0770
commit cb019d066f

View File

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