bump base image

This commit is contained in:
Benjamin Elder
2025-03-11 17:22:09 -07:00
parent b98dc21ad3
commit 4476bb51b2

View File

@@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
// DefaultBaseImage is the default base image used // DefaultBaseImage is the default base image used
// TODO: come up with a reasonable solution to digest pinning // TODO: come up with a reasonable solution to digest pinning
// https://github.com/moby/moby/issues/43188 // https://github.com/moby/moby/issues/43188
const DefaultBaseImage = "docker.io/kindest/base:v20250305-2d7b9fe8" const DefaultBaseImage = "docker.io/kindest/base:v20250312-b98dc21a"