diff --git a/images/docker-wireshark/index.html b/images/docker-wireshark/index.html
index 7dd57943c9..8369d35473 100644
--- a/images/docker-wireshark/index.html
+++ b/images/docker-wireshark/index.html
@@ -57,4 +57,4 @@
--pull \
-t lscr.io/linuxserver/wireshark: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
- 23.05.24: - Rebase to Alpine 3.20.
- 10.02.24: - Update Readme with new env vars and ingest proper PWA icon.
- 02.01.24: - Rebase to Alpine 3.19.
- 13.05.23: - Rebase to Alpine 3.18.
- 18.03.23: - Rebase to KasmVNC base image.
- 23.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 14.02.22: - Rebase to Alpine.
- 31.03.20: - Initial release.