revert AddOn base docker image to version 17.1.0

This commit is contained in:
Stefan Allius
2025-02-11 20:20:48 +01:00
parent 48a9696df2
commit 4df36e2672
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
- revert AddOn base docker image to version 17.1.0
- add initial DCU support
- update AddOn base docker image to version 17.1.2
- update aiohttp to version 3.11.12

View File

@@ -13,7 +13,7 @@
# 1 Build Base Image #
######################
ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.1.3"
ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.1.0"
# hadolint ignore=DL3006
FROM $BUILD_FROM AS base