diff --git a/images/docker-duckdns.md b/images/docker-duckdns.md index 91a22195ea..60b72656f0 100644 --- a/images/docker-duckdns.md +++ b/images/docker-duckdns.md @@ -22,7 +22,7 @@ The architectures supported by this image are: | :----: | --- | | x86-64 | amd64-latest | | arm64 | arm64v8-latest | -| armhf | arm32v6-latest | +| armhf | arm32v7-latest | ## Usage @@ -133,6 +133,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Versions +* **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.