mirror of
https://github.com/apple/container.git
synced 2026-09-22 23:55:34 +00:00
[Build] update builder shim to 0.3.0 (#288)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ if let path = ProcessInfo.processInfo.environment["CONTAINERIZATION_PATH"] {
|
||||
|
||||
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
|
||||
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
|
||||
let builderShimVersion = "0.2.1"
|
||||
let builderShimVersion = "0.3.0"
|
||||
|
||||
let package = Package(
|
||||
name: "container",
|
||||
|
||||
Reference in New Issue
Block a user