diff --git a/images/docker-piwigo.md b/images/docker-piwigo.md index a5f773156..d844b482e 100644 --- a/images/docker-piwigo.md +++ b/images/docker-piwigo.md @@ -31,7 +31,7 @@ The architectures supported by this image are: | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | | arm64 | ✅ | arm64v8-\ | -| armhf | ✅ | arm32v7-\ | +| armhf | ❌ | | ## Application Setup @@ -161,6 +161,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **20.01.23:** - Rebase to alpine 3.17 with php8.1. * **16.01.23:** - Fix broken custom template persistence. * **08.11.22:** - Rebase to Alpine 3.16, migrate to s6v3. Move application install to /app/www/public, add migration for existing users. Container updates should now update the application correctly.