Skip to content

Commit 75249d8

Browse files
authored
Merge pull request moby#42695 from thaJeztah/20.10_update_containerd_1.4.9
[20.10] update containerd binary to v1.4.9
2 parents af8e58f + e8fb8f7 commit 75249d8

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:=7eba5930496d9bbe375fdf71603e610ad737d2b2}" # v1.4.8
7+
: "${CONTAINERD_COMMIT:=e25210fe30a0a703442421b0f60afac609f950a3}" # v1.4.9
88

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

0 commit comments

Comments
 (0)