diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6e1ef..9858bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- Update ghcr.io/hassio-addons/base Docker tag to v17.2.5 - fix a lot of pytest-asyncio problems in the unit tests - Cleanup startup code for Quart and the Proxy - Redirect the hypercorn traces to a separate log-file diff --git a/ha_addons/ha_addon/Dockerfile b/ha_addons/ha_addon/Dockerfile index 0529d5b..3557e13 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:17.2.4" +ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.5" # hadolint ignore=DL3006 FROM $BUILD_FROM AS base