mirror of
https://github.com/apple/container.git
synced 2026-09-24 08:35:36 +00:00
Bump containerization to 0.33.1 (#1601)
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"originHash" : "33002bd04671ab82772f00d444616e9876ce990001e53950f58ea42fa332e493",
|
||||
"originHash" : "d9d032f8b1ad94cf9006bd4b441ce1dad52802b04b1d7f7b30baedd32cee0e8b",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "async-http-client",
|
||||
@@ -15,8 +15,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/containerization.git",
|
||||
"state" : {
|
||||
"revision" : "db5b5b98405d53543f69105087130ffd623a5b9a",
|
||||
"version" : "0.32.2"
|
||||
"revision" : "9205a766302a18e06a0ce43f8b7e483625e3e50f",
|
||||
"version" : "0.33.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
+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.32.2"
|
||||
let scVersion = "0.33.1"
|
||||
|
||||
let package = Package(
|
||||
name: "container",
|
||||
|
||||
Reference in New Issue
Block a user