From ec47a1228fcbd06d0279a879eaa980b83f931e2f Mon Sep 17 00:00:00 2001 From: Benoit Date: Thu, 20 Mar 2025 14:01:49 +0900 Subject: [PATCH] Mastodon: Bump to 4.3.6 --- cfg/jobs/mastodon.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/jobs/mastodon.run b/cfg/jobs/mastodon.run index bcc7eb9..0678996 100755 --- a/cfg/jobs/mastodon.run +++ b/cfg/jobs/mastodon.run @@ -7,7 +7,7 @@ DIST="${IMAGE%%/*}" VER="${IMAGE#*/}" VER="${VER%/*}" VER="${VER//./-}" -UPSTREAM_VER="4.3.4" +UPSTREAM_VER="4.3.6" UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}" UPSTREAM_NAME="mastodon" SERIAL="1benoitjpnet"