diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index 7cb1de3f..0aacefe4 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -18,7 +18,7 @@ RUN \ && go install -ldflags="-s -w" github.com/drone/envsubst/cmd/envsubst@latest \ && upx /go/bin/envsubst -FROM docker.io/library/python:3.12.5-alpine3.19 +FROM docker.io/library/python:3.13.1-alpine3.19 ARG TARGETPLATFORM ARG VERSION