We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb6105 commit 31a79fdCopy full SHA for 31a79fd
images/base/Dockerfile
@@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
122
# stage for building containerd
123
FROM go-build AS build-containerd
124
ARG TARGETARCH GO_VERSION
125
-ARG CONTAINERD_VERSION="v2.1.0"
+ARG CONTAINERD_VERSION="v2.1.1"
126
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
127
# we don't build with optional snapshotters, we never select any of these
128
# they're not ideal inside kind anyhow, and we save some disk space
0 commit comments