bump containerd to latest stable (2.0.5)

This commit is contained in:
Benjamin Elder
2025-04-24 04:16:31 +00:00
parent 5c2d6996c6
commit 9e8fe397af

View File

@@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
# stage for building containerd
FROM go-build AS build-containerd
ARG TARGETARCH GO_VERSION
ARG CONTAINERD_VERSION="v2.0.3"
ARG CONTAINERD_VERSION="v2.0.5"
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
# we don't build with optional snapshotters, we never select any of these
# they're not ideal inside kind anyhow, and we save some disk space