From f8b6f9cf532ef55cea1c05125e9066d14e2f396c Mon Sep 17 00:00:00 2001 From: linus Date: Fri, 15 May 2026 09:30:54 +0200 Subject: [PATCH] Move to base python --- src/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/build.yaml b/src/build.yaml index abca1cd..88c8c28 100644 --- a/src/build.yaml +++ b/src/build.yaml @@ -1,6 +1,6 @@ build_from: - amd64: ghcr.io/home-assistant/base:latest - aarch64: ghcr.io/home-assistant/base:latest - armv7: ghcr.io/home-assistant/base:latest - armhf: ghcr.io/home-assistant/base:latest - i386: ghcr.io/home-assistant/base:latest + amd64: ghcr.io/home-assistant/base-python:latest + aarch64: ghcr.io/home-assistant/base-python:latest + armv7: ghcr.io/home-assistant/base-python:latest + armhf: ghcr.io/home-assistant/base-python:latest + i386: ghcr.io/home-assistant/base-python:latest