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

Commit c938231

Browse files
committed
update containerd binary to v1.3.3
full diff: containerd/containerd@v1.3.2...v1.3.3 release notes: https://github.com/containerd/containerd/releases/tag/v1.3.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 27649ee44f841f5804c9aa02ac59091ea2858e36) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 89a4208757fcf3405a9a96ec0765a099207be7c2 Component: engine
1 parent ba94dd5 commit c938231

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:=ff48f57fc83a8c44cf4ad5d672424a98ba37ded6} # v1.3.2
7+
: "${CONTAINERD_COMMIT:=d76c121f76a5fc8a462dc64594aea72fe18e1178}" # v1.3.3
88

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

0 commit comments

Comments
 (0)