Skip to content

Commit 335a10c

Browse files
committedFeb 13, 2024·
bump base image
1 parent c4cadca commit 335a10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/build/nodeimage/defaults.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
2222
// DefaultBaseImage is the default base image used
2323
// TODO: come up with a reasonable solution to digest pinning
2424
// https://github.com/moby/moby/issues/43188
25-
const DefaultBaseImage = "docker.io/kindest/base:v20240202-8f1494ea"
25+
const DefaultBaseImage = "docker.io/kindest/base:v20240212-c4cadcab"

0 commit comments

Comments
 (0)
Please sign in to comment.