mirror of
https://github.com/apple/container.git
synced 2026-08-28 03:16:29 +00:00
Bump containerization to 0.33.4 (#1650)
Bumps containerization to `0.33.4`.
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"originHash" : "2b649fdff52a3ba78453f5b81f7224584c2fa28ec12d4da8fa0c37f9ec832aa6",
|
||||
"originHash" : "fa25668c9dc4712aa9c682d7bd30a8d0a9f3c5ac8c08aa11af8ef524770335fe",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "async-http-client",
|
||||
@@ -15,8 +15,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/containerization.git",
|
||||
"state" : {
|
||||
"revision" : "a2a1add6c7e1a1665e5397edc49d925c49090b3a",
|
||||
"version" : "0.33.3"
|
||||
"revision" : "9275f365dd555c8f072e7d250d809f5eb7bdd746",
|
||||
"version" : "0.33.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
+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.33.3"
|
||||
let scVersion = "0.33.4"
|
||||
|
||||
let package = Package(
|
||||
name: "container",
|
||||
|
||||
Reference in New Issue
Block a user