From f2e4fbe2df32450ba0cd5640b10efa7877be8147 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 8 Jul 2025 19:02:51 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-mastodon.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-mastodon.md b/docs/images/docker-mastodon.md index ca292e5426..3252c4bd9f 100755 --- a/docs/images/docker-mastodon.md +++ b/docs/images/docker-mastodon.md @@ -486,13 +486,14 @@ To help with development, we generate this dependency graph. svc-streaming -> legacy-services } Base Images: { - "baseimage-alpine-nginx:3.21" <- "baseimage-alpine:3.21" + "baseimage-alpine-nginx:3.22" <- "baseimage-alpine:3.22" } "mastodon:latest" <- Base Images ``` ## Versions +* **08.07.25:** - Rebase to Alpine 3.22. * **06.06.25:** - Rebase to Alpine 3.21, replace deprecated imagemagick with vips. * **08.10.24:** - Rebase to Alpine 3.20, enable [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files). Existing users should update their nginx confs to avoid http2 deprecation warnings. * **21.09.23:** - Rebase to Alpine 3.18, migrate to s6v3.