fix(nfs): use correct HA base images in build_from

This commit is contained in:
2026-03-31 09:50:55 +02:00
parent ec36305a38
commit 81d10733e0
2 changed files with 12 additions and 3 deletions

View File

@@ -27,8 +27,8 @@
"allowed_network": "str"
},
"build_from": {
"amd64": "alpine:3.19",
"aarch64": "alpine:3.19",
"armv7": "alpine:3.19"
"amd64": "ghcr.io/home-assistant/amd64-base:latest",
"aarch64": "ghcr.io/home-assistant/aarch64-base:latest",
"armv7": "ghcr.io/home-assistant/armv7-base:latest"
}
}