From 74c826473bc3bdb83d9def5366884cc6074c9fa9 Mon Sep 17 00:00:00 2001 From: Simonas Kareiva Date: Thu, 30 Jul 2026 20:42:02 +0300 Subject: [PATCH] Upgrade to 4.6.4 --- roles/mastodon/templates/mastodon.container.j2 | 2 +- roles/mastodon/templates/sidekiq.container.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mastodon/templates/mastodon.container.j2 b/roles/mastodon/templates/mastodon.container.j2 index 8afcc8e..2aceb19 100644 --- a/roles/mastodon/templates/mastodon.container.j2 +++ b/roles/mastodon/templates/mastodon.container.j2 @@ -5,7 +5,7 @@ Requires=database.service redis.service elasticsearch.service [Container] ContainerName=mastodon -Image=ghcr.io/mastodon/mastodon:v4.5.5 +Image=ghcr.io/mastodon/mastodon:v4.6.4 Exec=bundle exec puma -C config/puma.rb Network=mastodon_internal.network Network=podman diff --git a/roles/mastodon/templates/sidekiq.container.j2 b/roles/mastodon/templates/sidekiq.container.j2 index 4456660..3657efb 100644 --- a/roles/mastodon/templates/sidekiq.container.j2 +++ b/roles/mastodon/templates/sidekiq.container.j2 @@ -5,7 +5,7 @@ Requires=database.service redis.service elasticsearch.service [Container] ContainerName=sidekiq -Image=ghcr.io/mastodon/mastodon:v4.5.5 +Image=ghcr.io/mastodon/mastodon:v4.6.4 Exec=bundle exec sidekiq Network=mastodon_internal.network Environment=LOCAL_DOMAIN=wtf.lt