From bee461b403f3330a0d94f797fd0a8b85bd55c237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:30:53 +0000 Subject: [PATCH] chore(deps): update docker.io/library/python docker tag to v3.13.1 --- apps/home-assistant/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index 88bf3a4e..a4897467 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