diff --git a/images/docker-pwndrop/index.html b/images/docker-pwndrop/index.html
index 73b3a83006..bcf2acf291 100644
--- a/images/docker-pwndrop/index.html
+++ b/images/docker-pwndrop/index.html
@@ -46,4 +46,4 @@
--pull \
-t lscr.io/linuxserver/pwndrop: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
- 04.06.24: - Rebase to Alpine 3.20.
- 20.03.24: - Rebase to Alpine 3.19.
- 07.08.23: - Rebase to Alpine 3.18.
- 03.07.23: - Deprecate armhf. As announced here
- 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
- 19.09.22: - Rebasing to alpine 3.15.
- 23.01.21: - Rebasing to alpine 3.13.
- 01.06.20: - Rebasing to alpine 3.12.
- 17.04.20: - Initial Release.