Skip to content

Commit

Permalink
Update runc to v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed May 8, 2023
1 parent 68bf187 commit 244b1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/components/containerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o interface{}) error {
if b.IsKubernetesGTE("1.23") {
containerd.Version = fi.PtrTo("1.6.21")
containerd.Runc = &kops.Runc{
Version: fi.PtrTo("1.1.5"),
Version: fi.PtrTo("1.1.7"),
}
} else {
containerd.Version = fi.PtrTo("1.4.13")
Expand Down

0 comments on commit 244b1d1

Please sign in to comment.