Browse code

Merge pull request #42657 from thaJeztah/20.10_containerd_1.4.8

Brian Goff authored on 2021/07/20 08:46:25
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@ set -e
4 4
 # containerd is also pinned in vendor.conf. When updating the binary
5 5
 # version you may also need to update the vendor version to pick up bug
6 6
 # fixes or new APIs.
7
-: "${CONTAINERD_COMMIT:=3194fb46e8311ae0eeae5a7a5843573adfebb16d}" # v1.4.7
7
+: "${CONTAINERD_COMMIT:=7eba5930496d9bbe375fdf71603e610ad737d2b2}" # v1.4.8
8 8
 
9 9
 install_containerd() (
10 10
 	echo "Install containerd version $CONTAINERD_COMMIT"