Skip to content

Commit

Permalink
bump base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Ojea committed Dec 15, 2020
1 parent 104fbaf commit dba50e6
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:v20201204-49cad832"

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

0 comments on commit dba50e6

Please sign in to comment.