revert AddOn base docker image to version 17.1.0
This commit is contained in:
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- revert AddOn base docker image to version 17.1.0
|
||||||
- add initial DCU support
|
- add initial DCU support
|
||||||
- update AddOn base docker image to version 17.1.2
|
- update AddOn base docker image to version 17.1.2
|
||||||
- update aiohttp to version 3.11.12
|
- update aiohttp to version 3.11.12
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
# 1 Build Base Image #
|
# 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
|
# hadolint ignore=DL3006
|
||||||
FROM $BUILD_FROM AS base
|
FROM $BUILD_FROM AS base
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user