Skip to content

Commit 31a79fd

Browse files
committed
upgrade containerd to 2.1.1
1 parent 9eb6105 commit 31a79fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
122122
# stage for building containerd
123123
FROM go-build AS build-containerd
124124
ARG TARGETARCH GO_VERSION
125-
ARG CONTAINERD_VERSION="v2.1.0"
125+
ARG CONTAINERD_VERSION="v2.1.1"
126126
ARG 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

0 commit comments

Comments
 (0)