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.
2 parents af8e58f + e8fb8f7 commit 75249d8Copy full SHA for 75249d8
hack/dockerfile/install/containerd.installer
@@ -4,7 +4,7 @@ set -e
4
# containerd is also pinned in vendor.conf. When updating the binary
5
# version you may also need to update the vendor version to pick up bug
6
# fixes or new APIs.
7
-: "${CONTAINERD_COMMIT:=7eba5930496d9bbe375fdf71603e610ad737d2b2}" # v1.4.8
+: "${CONTAINERD_COMMIT:=e25210fe30a0a703442421b0f60afac609f950a3}" # v1.4.9
8
9
install_containerd() (
10
echo "Install containerd version $CONTAINERD_COMMIT"
0 commit comments