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

Commit d62f3a4

Browse files
committed
update containerd binary to v1.3.9 (address CVE-2020-15257)
full diff: containerd/containerd@v1.3.8...v1.3.9 Release notes: containerd 1.3.9 --------------------- Welcome to the v1.3.9 release of containerd! The ninth patch release for containerd 1.3 is a security release to address CVE-2020-15257. See GHSA-36xw-fx78-c5r4 for more details: GHSA-36xw-fx78-c5r4 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: d3c550633005b8533683c7b9119625241d7cd55b Component: engine
1 parent 223df48 commit d62f3a4

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:=7fb6e171309113ddcb8ea9599e34321550469250}" # v1.3.8
7+
: "${CONTAINERD_COMMIT:=ea765aba0d05254012b0b9e595e995c09186427f}" # v1.3.9
88

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

0 commit comments

Comments
 (0)