diff --git a/images/docker-changedetection.io/index.html b/images/docker-changedetection.io/index.html
index 9a2683f32d..20ae9d0362 100644
--- a/images/docker-changedetection.io/index.html
+++ b/images/docker-changedetection.io/index.html
@@ -47,5 +47,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/changedetection.io:latest .
-
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 31.05.24: - Rebase to Alpine 3.20.
- 09.03.24: - Build Playwright from source because Microsoft's build and packaging process is awful.
- 08.03.24: - Build Playwright-python from source, add libjpeg.
- 23.12.23: - Rebase to Alpine 3.19.
- 10.08.23: - Add poppler-utils for pdf conversion tools.
- 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
- 05.03.23: - Rebase to Alpine 3.17.
- 23.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 09.10.22: - Add make as build dep to fix pip jq build on armhf.
- 07.08.22: - Initial release.