From bc9bb5537134ac74763ed3d165aa2cac33b2a63c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 24 Mar 2019 22:00:16 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-piwigo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-piwigo.md b/images/docker-piwigo.md index f3489bde22..a8daf7a540 100644 --- a/images/docker-piwigo.md +++ b/images/docker-piwigo.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 @@ -128,6 +128,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. * **01.03.19:** - Add php-ctype & php-curl. * **22.02.19:** - Rebasing to alpine 3.9, add php-ldap. * **28.01.19:** - Rebase to alpine linux 3.8 , add pipeline logic and multi arch.