diff --git a/images/docker-healthchecks.md b/images/docker-healthchecks.md index e257fda233..48ef012611 100644 --- a/images/docker-healthchecks.md +++ b/images/docker-healthchecks.md @@ -31,7 +31,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf | ✅ | arm32v7-\ | +| armhf | ❌ | | ## Application Setup @@ -215,6 +215,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **31.05.23:** - Rebase to Alpine 3.18. Deprecate armhf. * **22.12.22:** - Rebase to Alpine 3.17. Add extra deps for pycurl. Add INTEGRATIONS_ALLOW_PRIVATE_IPS. * **18.10.22:** - Add curl-dev to fix broken pip builds. * **11.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.