Skip to content

Commit

Permalink
bump base image
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Jan 20, 2021
1 parent 77baa20 commit 28e8771
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:v20210119-77baa200"

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

0 comments on commit 28e8771

Please sign in to comment.