update github.com/opencontainers/cgroups to v0.0.6

Includes one small fix for a breaking change in a type.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-11-06 14:39:04 +01:00
parent 0405a470ef
commit 47ab0f1e94
10 changed files with 64 additions and 32 deletions

View File

@@ -375,7 +375,7 @@ func GetLimits(resource *spec.LinuxResources) (runcconfig.Resources, error) {
// Pids
if resource.Pids != nil {
final.PidsLimit = resource.Pids.Limit
final.PidsLimit = &resource.Pids.Limit
}
// Networking