1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-07-06 21:35:10 +01:00

Update Python to 3.14.5/base image to 3.14-alpine3.22-2026.05.0 (#6874)

Update to the latest base image:
* https://github.com/home-assistant/docker-base/releases/tag/2026.05.0

This also brings Python to 3.14.5, so update it in CI.

Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
This commit is contained in:
Stefan Agner
2026-05-22 17:13:35 +02:00
committed by GitHub
parent 0f881d69fe
commit b11eeefdb2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ on:
- setup.py
env:
DEFAULT_PYTHON: "3.14.4"
DEFAULT_PYTHON: "3.14.5"
COSIGN_VERSION: "v2.5.3"
BUILD_NAME: supervisor
BUILD_TYPE: supervisor
+1 -1
View File
@@ -8,7 +8,7 @@ on:
pull_request: ~
env:
DEFAULT_PYTHON: "3.14.4"
DEFAULT_PYTHON: "3.14.5"
PRE_COMMIT_CACHE: ~/.cache/pre-commit
MYPY_CACHE_VERSION: 1
+1 -1
View File
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.04.0
ARG BUILD_FROM=ghcr.io/home-assistant/base-python:3.14-alpine3.22-2026.05.0
FROM ${BUILD_FROM} AS supervisor-base
ENV \