build(deps): bump Python 3.13 patch version

This commit is contained in:
Normann
2026-08-21 00:57:11 +02:00
parent 13b0f1d68d
commit 63e5980c2c
+1 -1
View File
@@ -4,7 +4,7 @@
# Support both Home Assistant builds and standalone builds # Support both Home Assistant builds and standalone builds
# Only Debian based images are supported (no Alpine) # Only Debian based images are supported (no Alpine)
ARG BUILD_FROM ARG BUILD_FROM
ARG PYTHON_VERSION=3.13.9 ARG PYTHON_VERSION=3.13.15
# If BUILD_FROM is set (Home Assistant), use it; otherwise use python-slim # If BUILD_FROM is set (Home Assistant), use it; otherwise use python-slim
FROM ${BUILD_FROM:-python:${PYTHON_VERSION}-slim} FROM ${BUILD_FROM:-python:${PYTHON_VERSION}-slim}