Bump to using Containerization 0.0.4 (#45)

- Includes updates for setting MTU to 1280
- Also includes bug fixes for LinuxContainer IO streams
This commit is contained in:
Aditya Ramani
2025-06-08 21:34:31 -07:00
committed by GitHub
parent 8fcbd01678
commit 33782141fb
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "eb169a41db930efa5f893a7b7333049fbc2072e42fc329c8e3959adeff2c3441",
"originHash" : "4e87dc76742f6ddc83905cc3582de931160c483106f285ae0ae8b8e6fe5c41f7",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "19778a2bf3979fb5da16531b8855ca0f354b3d74",
"version" : "0.0.3"
"revision" : "e285dc0dd4a1400253ec81dee9515f0f981994e6",
"version" : "0.0.4"
}
},
{
+1 -1
View File
@@ -26,7 +26,7 @@ if let path = ProcessInfo.processInfo.environment["CONTAINERIZATION_PATH"] {
scDependency = .package(path: path)
scVersion = "latest"
} else {
scVersion = "0.0.3"
scVersion = "0.0.4"
if let containerizationRepo = ProcessInfo.processInfo.environment["CONTAINERIZATION_REPO"], containerizationRepo != "" {
scDependency = .package(url: containerizationRepo, exact: Version(stringLiteral: scVersion))
} else {