Skip to content

Commit

Permalink
Bump containerd to v1.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna committed May 2, 2024
1 parent 19df3db commit b7edf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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="v1.7.15"
ARG CONTAINERD_VERSION="v1.7.16"
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
Expand Down

0 comments on commit b7edf52

Please sign in to comment.