Skip to content

Commit 1b0963a

Browse files
authored
chore(home-assistant): update base image to python 3.14
1 parent 10dc585 commit 1b0963a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/home-assistant/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG TARGETARCH
44
ARG ARCH=${TARGETARCH/arm64/aarch64}
5-
FROM ghcr.io/home-assistant/${ARCH}-base-python:3.13-alpine3.22
5+
FROM ghcr.io/home-assistant/${ARCH}-base-python:3.14-alpine3.23
66
ARG TARGETARCH
77
ARG ARCH=${TARGETARCH/arm64/aarch64}
88
ARG VERSION

0 commit comments

Comments
 (0)