From 451c5e28769c3815bbf26ac1f381481f65ed3336 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Mon, 17 Jun 2024 17:27:38 -0400 Subject: [PATCH] fix(home-assistant): pin to python 3.12.2 --- 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 6bb75271e..36525decb 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.12-alpine +FROM docker.io/library/python:3.12.2-alpine ARG TARGETPLATFORM ARG VERSION