Upgrade to 4.6.4

This commit is contained in:
2026-07-30 20:42:02 +03:00
parent 10cb11c965
commit 74c826473b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Requires=database.service redis.service elasticsearch.service
[Container] [Container]
ContainerName=mastodon 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 Exec=bundle exec puma -C config/puma.rb
Network=mastodon_internal.network Network=mastodon_internal.network
Network=podman Network=podman

View File

@@ -5,7 +5,7 @@ Requires=database.service redis.service elasticsearch.service
[Container] [Container]
ContainerName=sidekiq ContainerName=sidekiq
Image=ghcr.io/mastodon/mastodon:v4.5.5 Image=ghcr.io/mastodon/mastodon:v4.6.4
Exec=bundle exec sidekiq Exec=bundle exec sidekiq
Network=mastodon_internal.network Network=mastodon_internal.network
Environment=LOCAL_DOMAIN=wtf.lt Environment=LOCAL_DOMAIN=wtf.lt