mirror of
https://github.com/apple/container.git
synced 2026-08-24 10:05:43 -05:00
[package]: bump container-builder-shim to 0.13.1 (#2056)
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ import PackageDescription
|
||||
|
||||
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
|
||||
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
|
||||
let builderShimVersion = "0.13.0"
|
||||
let builderShimVersion = "0.13.1"
|
||||
let scVersion = "0.40.1"
|
||||
|
||||
let package = Package(
|
||||
|
||||
+1
-1
@@ -649,7 +649,7 @@ Use `container system property list` to show all properties that have set defaul
|
||||
cpus = 2
|
||||
memory = "2048mb"
|
||||
rosetta = true
|
||||
image = "ghcr.io/apple/container-builder-shim/builder:0.13.0"
|
||||
image = "ghcr.io/apple/container-builder-shim/builder:0.13.1"
|
||||
|
||||
[container]
|
||||
cpus = 4
|
||||
|
||||
Reference in New Issue
Block a user