Update containerd to v1.4.12

This commit is contained in:
Ciprian Hacman 2021-11-18 07:07:18 +02:00
parent c4c0a54696
commit 6a60823b34
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o interface{}) error {
if b.IsKubernetesGTE("1.23") {
containerd.Version = fi.String("1.6.0-beta.2")
} else if b.IsKubernetesGTE("1.19") {
containerd.Version = fi.String("1.4.11")
containerd.Version = fi.String("1.4.12")
} else {
containerd.Version = fi.String("1.3.10")
}