From 3c97988571a47b00592f9b12dc1ed4ca1aa5ed6c Mon Sep 17 00:00:00 2001 From: "shipwasher[bot]" <134689731+shipwasher[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:11:52 +0000 Subject: [PATCH] =?UTF-8?q?feat(home-assistant):=20update=20docker.io/libr?= =?UTF-8?q?ary/python=20(=203.13.7=20=E2=86=92=203.14.5=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4567e58..57397ea 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.13.7-alpine +FROM docker.io/library/python:3.14.5-alpine ARG TARGETPLATFORM ARG VERSION