Deps: Bump Containerization to 0.16.2 (#947)

Closes https://github.com/apple/container/issues/928

Has a cgroup fix when stopping certain containers
This commit is contained in:
Danny Canter
2025-12-09 13:24:45 -08:00
committed by GitHub
parent 38960553cb
commit 0cde1efe30
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "c2cd8c7a5e9bb88bbe8e795be3400cf4e4ec93ad6fedff79fc226b50b80c4ef8",
"originHash" : "a20d52336b96991c23765c8301254aeff44ab33c0ccc7dee59191e50652f5070",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "d473f89ccb2e33bf747220bdb8004511861b1b9a",
"version" : "0.16.1"
"revision" : "e8aff29be3b97afa18ccc256126466ae5e611bea",
"version" : "0.16.2"
}
},
{
+1 -1
View File
@@ -23,7 +23,7 @@ import PackageDescription
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
let builderShimVersion = "0.7.0"
let scVersion = "0.16.1"
let scVersion = "0.16.2"
let package = Package(
name: "container",