Skip to content

Commit a471512

Browse files
authored
Merge pull request kubernetes-sigs#3600 from abhay-krishna/bump-containerd
Bump containerd to v1.7.16
2 parents edd3e26 + b7edf52 commit a471512

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="v1.7.15"
125+
ARG CONTAINERD_VERSION="v1.7.16"
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)