diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index e48437d..9a82a32 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -135,7 +135,7 @@ services: # - triton.cns.services=mastodon-redis web: - image: tootsuite/mastodon:v4.1.0 + image: tootsuite/mastodon:v4.1.2 mem_limit: 1g restart: always env_file: .env.production @@ -148,7 +148,7 @@ services: - triton.cns.services=mastodon-web streaming: - image: tootsuite/mastodon:v4.1.0 + image: tootsuite/mastodon:v4.1.2 mem_limit: 1g restart: always env_file: .env.production @@ -161,7 +161,7 @@ services: - triton.cns.services=mastodon-streaming sidekiq: - image: tootsuite/mastodon:v4.1.0 + image: tootsuite/mastodon:v4.1.2 mem_limit: 1g restart: always env_file: .env.production