[Build] update builder shim to 0.3.0 (#288)

This commit is contained in:
Sidhartha Mani
2025-07-01 16:39:56 -07:00
committed by GitHub
parent 5dd8f0f1c1
commit 3c71bdc98d
+1 -1
View File
@@ -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",