update to latest base image with containerd 2.0.2

This commit is contained in:
Benjamin Elder
2025-01-17 11:25:07 -08:00
parent f528b0219d
commit d66a745392

View File

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