Skip to content

Commit eb2acf2

Browse files
committed
Revert "[20.10] update containerd binary to v1.4.9"
This reverts commit e8fb8f7. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 4e838e5 commit eb2acf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/dockerfile/install/containerd.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
# containerd is also pinned in vendor.conf. When updating the binary
55
# version you may also need to update the vendor version to pick up bug
66
# fixes or new APIs.
7-
: "${CONTAINERD_COMMIT:=e25210fe30a0a703442421b0f60afac609f950a3}" # v1.4.9
7+
: "${CONTAINERD_COMMIT:=7eba5930496d9bbe375fdf71603e610ad737d2b2}" # v1.4.8
88

99
install_containerd() (
1010
echo "Install containerd version $CONTAINERD_COMMIT"

0 commit comments

Comments
 (0)