Bump containerization to 0.30.1 (#1396)

Pick up bug fixes in containerization
This commit is contained in:
Aditya Ramani
2026-04-06 12:20:22 -07:00
committed by GitHub
parent ef993894f7
commit f0e85c4ac7
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "4ec05f4e83999a89d3397d0657536924d4a425d7f0e3f0fd6a3578e34c924502",
"originHash" : "4401a5f32871b19f4642399671a4296278344c77127c20d9be7c1d9208a7ec60",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "420b915d8b4b0bc5d7edc638b985ee8fd32a3fbe",
"version" : "0.29.0"
"revision" : "56916452e9fb09ed8ff94b80d8a95dd1a8ca66ac",
"version" : "0.30.1"
}
},
{
+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.11.0"
let scVersion = "0.29.0"
let scVersion = "0.30.1"
let package = Package(
name: "container",