Skip to content

Commit

Permalink
bump base
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Dec 16, 2020
1 parent e4ac9c7 commit 9be5dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package nodeimage
const DefaultImage = "kindest/node:latest"

// DefaultBaseImage is the default base image used
const DefaultBaseImage = "kindest/base:v20201130-23777eca"
const DefaultBaseImage = "kindest/base:v20201215-e4ac9c7d"

// DefaultMode is the default kubernetes build mode for the built image
// see pkg/build/kube.Bits
Expand Down

0 comments on commit 9be5dd6

Please sign in to comment.