From b11eeefdb2c7ca9cd0fcaa413beaf190c041e0cf Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 22 May 2026 17:13:35 +0200 Subject: [PATCH] Update Python to 3.14.5/base image to 3.14-alpine3.22-2026.05.0 (#6874) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/builder.yml | 2 +- .github/workflows/ci.yaml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index f9c53ea26..6627b3703 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3088c6dce..6943352a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/Dockerfile b/Dockerfile index e17122ba7..6f38e9bbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \