From 49eb920cbfd2d635e20a4204a9c6f3b5d46a75d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:40:07 +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 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