We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e838e5 commit eb2acf2Copy full SHA for eb2acf2
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:=e25210fe30a0a703442421b0f60afac609f950a3}" # v1.4.9
+: "${CONTAINERD_COMMIT:=7eba5930496d9bbe375fdf71603e610ad737d2b2}" # v1.4.8
8
9
install_containerd() (
10
echo "Install containerd version $CONTAINERD_COMMIT"
0 commit comments