Merge pull request #44353 from thaJeztah/20.10_backport_update_containerd_binary

[20.10 backport] update containerd binary to v1.6.9
diff --git a/hack/dockerfile/install/containerd.installer b/hack/dockerfile/install/containerd.installer
index 5153427..2403e26 100755
--- a/hack/dockerfile/install/containerd.installer
+++ b/hack/dockerfile/install/containerd.installer
@@ -15,7 +15,7 @@
 # the binary version you may also need to update the vendor version to pick up
 # bug fixes or new APIs, however, usually the Go packages are built from a
 # commit from the master branch.
-: "${CONTAINERD_VERSION:=v1.6.8}"
+: "${CONTAINERD_VERSION:=v1.6.9}"
 
 install_containerd() (
 	echo "Install containerd version $CONTAINERD_VERSION"