Bump containerization dependency to 0.7.2. (#610)

## Type of Change
- [ ] Bug fix
- [ ] New feature  
- [ ] Breaking change
- [ ] Documentation update

## Motivation and Context
0.7.1 containerization contained a couple inadvertent commit reverts.

## Testing
- [ ] Tested locally
- [ ] Added/updated tests
- [ ] Added/updated docs
This commit is contained in:
J Logan
2025-09-15 09:07:42 -07:00
committed by GitHub
parent 1b68728629
commit 9692d79040
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,5 +1,5 @@
{
"originHash" : "90f79c1cf088508fab9c425d97b2cae0d922db9b9f1298f80e07bfb75096114d",
"originHash" : "143ce50ebf87ab65c66820ce4a20e4fcfd63db3ed4f173029c361078f1e31755",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,14 +15,14 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "5fbae0e5906d4970316ea889edfccfe4b91d58bd",
"version" : "0.7.1"
"revision" : "f3641e67cbc934d66f241ceced3a3024565c4d12",
"version" : "0.7.2"
}
},
{
"identity" : "dns",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Bouke/DNS",
"location" : "https://github.com/Bouke/DNS.git",
"state" : {
"revision" : "78bbd1589890a90b202d11d5f9e1297050cf0eb2",
"version" : "1.2.0"
@@ -31,7 +31,7 @@
{
"identity" : "dnsclient",
"kind" : "remoteSourceControl",
"location" : "https://github.com/orlandos-nl/DNSClient",
"location" : "https://github.com/orlandos-nl/DNSClient.git",
"state" : {
"revision" : "551fbddbf4fa728d4cd86f6a5208fe4f925f0549",
"version" : "2.4.4"
+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.6.1"
let scVersion = "0.7.1"
let scVersion = "0.7.2"
let package = Package(
name: "container",