diff --git a/images/docker-duckdns/index.html b/images/docker-duckdns/index.html
index 0750c51d81..729b40d8b3 100644
--- a/images/docker-duckdns/index.html
+++ b/images/docker-duckdns/index.html
@@ -51,4 +51,4 @@
--pull \
-t lscr.io/linuxserver/duckdns: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
- 30.03.24: - Added IP address to logging output when IP changes.
- 23.12.23: - Rebase to Alpine 3.19.
- 14.10.23: - Rework shell script for case insensitivity and update readme to be more clear.
- 13.10.23: - Add support for public IPv6 address update using Cloudflare.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 02.03.23: - Rework shell scripts and cron logic.
- 13.02.23: - Rebase to alpine 3.17.
- 23.09.22: - Rebase to alpine 3.16 and s6v3.
- 19.09.22: - Rebase to alpine 3.15.
- 17.05.22: - Don't allow insecure connections and add timeout.
- 17.05.22: - Add random jitter to update time.
- 23.02.22: - Append to log file instead of overwriting every time.
- 03.05.21: - Re-adjust cron timings to prevent peak times, update code formatting.
- 23.01.21: - Rebasing to alpine 3.13.
- 01.06.20: - Rebasing to alpine 3.12.
- 13.04.20: - Add donation links for DuckDNS.
- 19.12.19: - Rebasing to alpine 3.11.
- 24.09.19: - Fix perms on github and remove chmod that can stall the container.
- 28.06.19: - Rebasing to alpine 3.10.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 22.02.19: - Rebasing to alpine 3.9.
- 08.02.19: - Update readme with optional parameters.
- 10.12.18: - Fix docker compose example.
- 15.10.18: - Multi-arch image.
- 22.08.18: - Rebase to alpine 3.8.
- 08.12.17: - Rebase to alpine 3.7.
- 28.05.17: - Rebase to alpine 3.6.
- 09.02.17: - Rebase to alpine 3.5.
- 17.11.16: - Initial release.