Bump base image to 2026.05.0 with Python 3.14.5, use 3.14.5 in CI (#171482)

This commit is contained in:
Jan Čermák
2026-05-20 14:43:54 +02:00
committed by GitHub
parent a144bbab2b
commit aa23b3176c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ env:
UV_HTTP_TIMEOUT: 60
UV_SYSTEM_PYTHON: "true"
# Base image version from https://github.com/home-assistant/docker
BASE_IMAGE_VERSION: "2026.04.0"
BASE_IMAGE_VERSION: "2026.05.0"
ARCHITECTURES: '["amd64", "aarch64"]'
permissions: {}
+1 -1
View File
@@ -1 +1 @@
3.14.4
3.14.5
+1 -1
View File
@@ -2,7 +2,7 @@
# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
FROM python:3.14.4-alpine
FROM python:3.14.5-alpine
ENV \
UV_SYSTEM_PYTHON=true \