Update containerd to v1.7.25

This commit is contained in:
Ciprian Hacman 2025-01-10 22:10:28 +02:00
parent 2d098269dc
commit d112c6ec87
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o *kops.Cluster) error {
Version: fi.PtrTo("1.1.5"),
}
default:
containerd.Version = fi.PtrTo("1.7.24")
containerd.Version = fi.PtrTo("1.7.25")
containerd.Runc = &kops.Runc{
Version: fi.PtrTo("1.2.4"),
}