8000 update containerd to v1.3.5 · thaJeztah/docker@0e915e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e915e5

Browse files
update containerd to v1.3.5
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
1 parent 5643da8 commit 0e915e5

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:=814b7956fafc7a0980ea07e950f983d0837e5578}" # v1.3.4
7+
: "${CONTAINERD_COMMIT:=9b6f3ec0307a825c38617b93ad55162b5bb94234}" # v1.3.5
88

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

0 commit comments

Comments
 (0)
0