Skip to content

Commit 3425f04

Browse files
authored
bump to containerization 0.26.2 (#1235)
## Type of Change - [X] Dependency bump ## Motivation and Context This change is needed to pick up the fix to allow containerization to compile successfully in linux relevant PR: apple/containerization#544 ## Testing - [X] Tested locally
1 parent 40d31dd commit 3425f04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import PackageDescription
2323
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
2424
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
2525
let builderShimVersion = "0.8.0"
26-
let scVersion = "0.26.1"
26+
let scVersion = "0.26.2"
2727

2828
let package = Package(
2929
name: "container",

0 commit comments

Comments
 (0)