We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de656f9 commit b097d29Copy full SHA for b097d29
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:=d71fcd7d8303cbf684402823e425e9dd2e99285d}" # v1.4.6
+: "${CONTAINERD_COMMIT:=8263eb3eaee447b16856eeb8839d5df4c9cca71a}" # v1.4.5
8
9
install_containerd() (
10
echo "Install containerd version $CONTAINERD_COMMIT"
0 commit comments