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