File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
122122# stage for building containerd
123123FROM go-build AS build-containerd
124124ARG TARGETARCH GO_VERSION
125- ARG CONTAINERD_VERSION="v2.1.0 "
125+ ARG CONTAINERD_VERSION="v2.1.1 "
126126ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
127127# we don't build with optional snapshotters, we never select any of these
128128# they're not ideal inside kind anyhow, and we save some disk space
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ limitations under the License.
1818package defaults
1919
2020// Image is the default for the Config.Image field, aka the default node image.
21- const Image = "kindest/node:v1.33.1@sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002 "
21+ const Image = "kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f "
Original file line number Diff line number Diff 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:v20250512-ceffaf4e "
25+ const DefaultBaseImage = "docker.io/kindest/base:v20250521-31a79fd4 "
You can’t perform that action at this time.
0 commit comments