mirror of
https://github.com/apple/container.git
synced 2026-08-24 10:05:43 -05:00
Update containerization import to latest 0.40.0 (#2028)
Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"originHash" : "12dd01b636ad85e70d70f21bafeba9939a6bcae045ec5a851d5e99729cfbe7eb",
|
||||
"originHash" : "8277777f28690a67b811704b389423d888c06888b2f727cda0d627dab2202c99",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "async-http-client",
|
||||
@@ -15,8 +15,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/containerization.git",
|
||||
"state" : {
|
||||
"revision" : "d9868bb657fac3b55ed5dcec97c8eb8a08e78bf5",
|
||||
"version" : "0.38.0"
|
||||
"revision" : "50f77222964ed3d01dcb53f803ea2d511656a9dc",
|
||||
"version" : "0.40.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
+1
-1
@@ -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.38.0"
|
||||
let scVersion = "0.40.0"
|
||||
|
||||
let package = Package(
|
||||
name: "container",
|
||||
|
||||
Reference in New Issue
Block a user