diff --git a/images/docker-nextcloud.md b/images/docker-nextcloud.md index cd798d8d9..4c3ea2fee 100644 --- a/images/docker-nextcloud.md +++ b/images/docker-nextcloud.md @@ -25,7 +25,7 @@ The architectures supported by this image are: | :----: | --- | | x86-64 | amd64-latest | | arm64 | arm64v8-latest | -| armhf | arm32v6-latest | +| armhf | arm32v7-latest | ## Usage @@ -137,6 +137,7 @@ Then restart the container to replace it with the latest one. ## Versions +* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **27.02.19:** - Updating base nginx config to sync up with v15 requirements. * **22.02.19:** - Rebasing to alpine 3.9. * **28.01.19:** - Add pipeline logic and multi arch.