Bump to use containerization 0.23.2 (#1106)

Updating the package dependency on apple/containerization to pick up bug fixes

Signed-off-by: Aditya Ramani <a_ramani@apple.com>
Co-authored-by: J Logan <john_logan@apple.com>
This commit is contained in:
Aditya Ramani
2026-01-28 19:08:42 -08:00
committed by GitHub
co-authored by J Logan
parent d762fe55a2
commit 0bceb23472
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "ea5432dec5056581c1236ddc433fa8813eed012017e53b9e3a40abb648f2676b",
"originHash" : "d365630cbc06f2576b1aeeb963f7d7029cda9c57fc39d4df121349db2517d332",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "fd62f311b480d1fb5ef243a65927da54b4eecfae",
"version" : "0.23.1"
"revision" : "3a0b79d7fb982fa6518d95e3a172dbfee5d8e634",
"version" : "0.23.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.23.1"
let scVersion = "0.23.2"
let package = Package(
name: "container",