Skip to content

Commit 48ee6fa

Browse files
adityamaruclaude
andcommitted
chore: fix formatting and rebuild dist
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fbdeee8 commit 48ee6fa

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/setup_builder.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,14 @@ async function writeBuildkitdTomlFile(
7777
// Configure explicit DNS nameservers to avoid issues with systemd-resolved stub resolver.
7878
// See: https://github.com/moby/buildkit/issues/5009
7979
dns: {
80-
nameservers: ["8.8.8.8", "8.8.4.4", "1.1.1.1", "1.0.0.1", "9.9.9.9", "149.112.112.112"],
80+
nameservers: [
81+
"8.8.8.8",
82+
"8.8.4.4",
83+
"1.1.1.1",
84+
"1.0.0.1",
85+
"9.9.9.9",
86+
"149.112.112.112",
87+
],
8188
},
8289
registry: {
8390
"docker.io": {

0 commit comments

Comments
 (0)