diff --git a/images/docker-overseerr/index.html b/images/docker-overseerr/index.html
index e2806685ee..306ee71a5b 100644
--- a/images/docker-overseerr/index.html
+++ b/images/docker-overseerr/index.html
@@ -43,5 +43,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/overseerr: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.
- 23.12.23: - Rebase to Alpine 3.19.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 18.12.22: - Rebase main to 3.17.
- 27.10.22: - Rebase main to 3.16, migrate to s6v3.
- 20.08.22: - Don't install cypress.
- 01.04.22: - Rebase main branch to Alpine 3.15.
- 27.01.22: - Rebase develop branch to Alpine 3.15.
- 04.01.22: - Remove cached files.
- 10.10.21: - Add additional post-build cleanup.
- 19.09.21: - Rebase to alpine 3.14. Update code formatting. Increase js mem limit.
- 05.04.21: - Initial Release.