diff --git a/images/docker-pidgin/index.html b/images/docker-pidgin/index.html
index edbc62e9bb..5d5bc930c4 100644
--- a/images/docker-pidgin/index.html
+++ b/images/docker-pidgin/index.html
@@ -49,4 +49,4 @@
--pull \
-t lscr.io/linuxserver/pidgin: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
- 02.01.24: - Rebase to Alpine 3.19.
- 13.05.23: - Rebase to Alpine 3.18.
- 18.03.23: - Rebase to KasmVNC base image.
- 21.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 15.02.22: - Add build deps for discord.
- 23.12.21: - Rebase to Alpine 3.15.
- 26.09.21: - Rebase to Alpine 3.14.
- 14.05.21: - Initial release.