From d16b2a9b24bf1c9cf2d10225aa69a9a1975c4d5a Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 20 Jun 2025 13:50:08 -0700 Subject: [PATCH] bump containerd to 2.1.3 --- images/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 4a1e616f..323f06b9 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -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.1.1" +ARG CONTAINERD_VERSION="v2.1.3" 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