mirror of
https://github.com/apple/container.git
synced 2026-07-12 04:27:05 +00:00
Updates containerization to 0.36.0. (#1912)
- Picks up the workaround removal for grpc-swift in Vminitd.
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"originHash" : "52d35c69b016703412ccbf3c76706f3158921c94200e15dd5e93251c08ce55a0",
|
||||
"originHash" : "f6bb92c8b245aa0e40837470a983fdd5d17afd8c312366302d34df9cad271ab3",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "async-http-client",
|
||||
@@ -15,8 +15,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/containerization.git",
|
||||
"state" : {
|
||||
"revision" : "44bec8b9933bc491d0cbf44abac90a1f6aaebf6b",
|
||||
"version" : "0.35.0"
|
||||
"revision" : "7aa4e723f6fff70c09de5075334859fc46c0e2fa",
|
||||
"version" : "0.36.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.12.0"
|
||||
let scVersion = "0.35.0"
|
||||
let scVersion = "0.36.0"
|
||||
|
||||
let package = Package(
|
||||
name: "container",
|
||||
|
||||
Reference in New Issue
Block a user