Update containerization import to 0.40.1 (#2038)

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2026-07-28 14:53:23 -07:00
committed by GitHub
parent 48145ac7fb
commit 6e65319fe4
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "17a1adf6ab79fe79a1a88954948cebaf96738c8c0b96c822dec9fba1b820453d",
"originHash" : "a823585b0904c85df871f25c3eddb487549c75a613b974e763013761fe5c95dd",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "50f77222964ed3d01dcb53f803ea2d511656a9dc",
"version" : "0.40.0"
"revision" : "7800b4642171561c95b5f55500b19e5dce5acd45",
"version" : "0.40.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.13.0"
let scVersion = "0.40.0"
let scVersion = "0.40.1"
let package = Package(
name: "container",