diff --git a/images/docker-flexget/index.html b/images/docker-flexget/index.html
index 7717db093a..b2016c86aa 100644
--- a/images/docker-flexget/index.html
+++ b/images/docker-flexget/index.html
@@ -53,5 +53,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/flexget: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
- 18.09.24: - Suppress creation of empty log file when WebUI password is set.
- 17.08.24: - Revert to Alpine 3.20 due to 1st party plugin incompatibility with Python 3.12.
- 19.06.24: - Rebase to Alpine 3.20.
- 20.03.24: - Rebase to Alpine 3.19.
- 07.10.23: - Install unrar from linuxserver repo.
- 10.08.23: - Bump unrar to 6.2.10.
- 03.07.23: - Initial Release.