From 8ca9b63db4130fe22a8282bee5b15dc123d90945 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 18 Jan 2026 10:09:00 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-piwigo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-piwigo.md b/docs/images/docker-piwigo.md index 79bdd5f9b3..b39d261620 100644 --- a/docs/images/docker-piwigo.md +++ b/docs/images/docker-piwigo.md @@ -330,13 +330,14 @@ To help with development, we generate this dependency graph. svc-php-fpm -> legacy-services } Base Images: { - "baseimage-alpine-nginx:3.21" <- "baseimage-alpine:3.21" + "baseimage-alpine-nginx:3.22" <- "baseimage-alpine:3.22" } "piwigo:latest" <- Base Images ``` ## Versions +* **04.01.26:** - Rebase to Alpine 3.22, always update default theme on startup. * **05.08.25:** - Revert to Alpine 3.21 due to incorrectly stated upstream support for PHP 8.4. * **27.07.25:** - Rebase to Alpine 3.22. * **31.05.24:** - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.