Deps: Bump Containerization to 0.19.0 (#1015)

Has read-only rootfs support.
This commit is contained in:
Danny Canter
2026-01-04 10:52:46 -08:00
committed by GitHub
parent 020949ea2b
commit 028e7e109f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "928d12d151bf6f1a66dad38525ddf6aecbc8390889e72345fe353b89fc304830",
"originHash" : "cdb00eae6b7604ecbcae4d6486a6e5e0f5f89e93c1e645b50a7c4758b8ef38ca",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "dcbc7bf71da8fe993f6d19214adb8179eec7d02a",
"version" : "0.18.0"
"revision" : "2f55d75fec39474212170439b73274006200e2e2",
"version" : "0.19.0"
}
},
{
+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.18.0"
let scVersion = "0.19.0"
let package = Package(
name: "container",