Dockerfile: update containerd binary to v2.2.0 (static binaries and CI only)

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez
2025-10-22 15:38:21 -05:00
parent d166f42ef2
commit 365e588d0f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ set -e
# as is specified here.
#
# Generally, the commit specified here should match a tagged release.
: "${CONTAINERD_VERSION:=v2.1.5}"
: "${CONTAINERD_VERSION:=v2.2.0}"
install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"