Compare commits
7 Commits
s-allius/u
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec8ec1c855 | ||
|
|
770ae6fc27 | ||
|
|
b94895a113 | ||
|
|
d9f7552cc3 | ||
|
|
e0ba14ef75 | ||
|
|
c6a80bc783 | ||
|
|
a93b0d32fd |
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- Update ghcr.io/hassio-addons/base Docker tag to v17.2.5
|
||||||
- fix a lot of pytest-asyncio problems in the unit tests
|
- fix a lot of pytest-asyncio problems in the unit tests
|
||||||
- Cleanup startup code for Quart and the Proxy
|
- Cleanup startup code for Quart and the Proxy
|
||||||
- Redirect the hypercorn traces to a separate log-file
|
- Redirect the hypercorn traces to a separate log-file
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
# 1 Build Base Image #
|
# 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
|
# hadolint ignore=DL3006
|
||||||
FROM $BUILD_FROM AS base
|
FROM $BUILD_FROM AS base
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user