Skip to content

Commit 50b4c30

Browse files
authored
Bump Containerization to 0.26.5 (#1282)
Bump Containerization to 0.26.5
1 parent 2204a94 commit 50b4c30

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 5 additions & 5 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.4"
26+
let scVersion = "0.26.5"
2727

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

Sources/Services/ContainerSandboxService/Server/SandboxService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public actor SandboxService {
207207
hostsEntries.append(
208208
Hosts.Entry(
209209
ipAddress: primaryIfaceAddr.address.description,
210-
hostnames: [czConfig.hostname],
210+
hostnames: [czConfig.hostname ?? id],
211211
))
212212
}
213213
czConfig.hosts = Hosts(entries: hostsEntries)

0 commit comments

Comments
 (0)