diff --git a/images/docker-limnoria/index.html b/images/docker-limnoria/index.html
index 99783cb452..607cb63284 100644
--- a/images/docker-limnoria/index.html
+++ b/images/docker-limnoria/index.html
@@ -50,5 +50,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/limnoria: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
- 27.06.24: - Rebase to Alpine 3.20.
- 23.12.23: - Rebase to Alpine 3.19.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 22.12.22: - Rebase to alpine 3.17.
- 19.09.22: - Rebase to alpine 3.15.
- 25.05.21: - Install plugin requirements on container init.
- 17.05.21: - Add linuxserver wheel index.
- 13.02.21: - Rebasing to alpine 3.13.
- 01.06.20: - Rebasing to alpine 3.12.
- 13.01.20: - Initial Release.