Compare commits
18 Commits
renovate/g
...
s-allius/i
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6a5490229 | ||
|
|
bdf08f64a1 | ||
|
|
25145a9c29 | ||
|
|
628f992922 | ||
|
|
fc93930656 | ||
|
|
e1f0aac9bf | ||
|
|
b321cfce0f | ||
|
|
cf9911f2f1 | ||
|
|
d35c4e7b90 | ||
|
|
911d0a9612 | ||
|
|
4012196fcd | ||
|
|
cfe13a01d1 | ||
|
|
ab2d4ed831 | ||
|
|
089fb92a43 | ||
|
|
6560079d89 | ||
|
|
4688e6a75b | ||
|
|
4f6764e151 | ||
|
|
484df1dc46 |
@@ -7,7 +7,6 @@ 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.5"
|
ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.4"
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM $BUILD_FROM AS base
|
FROM $BUILD_FROM AS base
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user