Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit bcdbb70

Browse files
authored
Merge pull request #41731 from thaJeztah/19.03_container_1.3.9
[19.03] update containerd binary to v1.3.9 (address CVE-2020-15257) Upstream-commit: 7d75c1d40d88ddef08653dbd611f41df42bdf087 Component: engine
2 parents 3ed5852 + d62f3a4 commit bcdbb70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/hack/dockerfile/install/containerd.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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:=8fba4e9a7d01810a393d5d25a3621dc101981175}" # v1.3.7
7+
: "${CONTAINERD_COMMIT:=ea765aba0d05254012b0b9e595e995c09186427f}" # v1.3.9
88

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

0 commit comments

Comments
 (0)