diff --git a/images/docker-fail2ban/index.html b/images/docker-fail2ban/index.html
index 8a73663f28..9cae25e628 100644
--- a/images/docker-fail2ban/index.html
+++ b/images/docker-fail2ban/index.html
@@ -86,4 +86,4 @@
--pull \
-t lscr.io/linuxserver/fail2ban: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
- 05.03.24: - Rebase to Alpine 3.19.
- 01.06.23: - Add optional VERBOSITY environment variable, allowing users to set the container log verbosity.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 15.12.22: - Replace unmaintained ssmtp with msmtp.
- 15.12.22: - Rebase to Alpine 3.17, Add ssmtp and whois packages. Symlink config to allow live reloading.
- 25.08.22: - Update README to clarify remote log information.
- 09.08.22: - Initial Release.