From d8a04fedb8d6ae38d30c4726336cb2db4769bb3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:16:14 +0200 Subject: [PATCH] Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 (#496) * Update ghcr.io/hassio-addons/base Docker tag to v18.1.1 * Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 * update changelog * update action step name --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stefan Allius --- .github/workflows/python-app.yml | 2 +- CHANGELOG.md | 2 ++ ha_addons/ha_addon/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index fd26c65..c3f9603 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up Python 3.13 + - name: Set up Python 3.14 uses: actions/setup-python@v6 with: python-version: "3.14" diff --git a/CHANGELOG.md b/CHANGELOG.md index eab61ab..049ece8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 +- Update python to version 3.14.0 - Update dependency pytest-asyncio to v1.1.0 - save task references, to avoid a task disappearing mid-execution - catch socket.gaierror exception and log this with info level diff --git a/ha_addons/ha_addon/Dockerfile b/ha_addons/ha_addon/Dockerfile index f11fff0..2df4f35 100755 --- a/ha_addons/ha_addon/Dockerfile +++ b/ha_addons/ha_addon/Dockerfile @@ -13,7 +13,7 @@ # 1 Build Base Image # ###################### -ARG BUILD_FROM="ghcr.io/hassio-addons/base:18.1.2" +ARG BUILD_FROM="ghcr.io/hassio-addons/base:18.1.4" # hadolint ignore=DL3006 FROM $BUILD_FROM AS base