Bump containerization to 0.33.1 (#1601)

This commit is contained in:
Dmitry Kovba
2026-05-26 12:56:44 -07:00
committed by GitHub
parent caff1e9b42
commit 277c96cbea
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
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.12.0"
let scVersion = "0.32.2"
let scVersion = "0.33.1"
let package = Package(
name: "container",