bump base image with statically linked plugins

This commit is contained in:
Benjamin Elder
2025-02-13 12:45:00 -08:00
parent 53ff1fb77a
commit 1989db54d9

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:v20250117-f528b021"
const DefaultBaseImage = "docker.io/kindest/base:v20250212-53ff1fb7"