From 1e5e09fd7d2fb0299b0a2d15cd06e0b18d6602dc Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 26 Mar 2023 12:55:23 +0200 Subject: [PATCH 1/2] Bump mastodon to version 4.1.1 --- mastodon/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index e48437d..52d672d 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.1 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.1 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.1 mem_limit: 1g restart: always env_file: .env.production -- 2.44.2 From 295924760e03bfcb0b18ea53c700a4f7a25323e7 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 21 Apr 2023 23:20:49 +0200 Subject: [PATCH 2/2] mastodon: 4.1.1 -> 4.1.2 https://github.com/mastodon/mastodon/releases/tag/v4.1.2 --- mastodon/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 52d672d..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.1 + 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.1 + 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.1 + image: tootsuite/mastodon:v4.1.2 mem_limit: 1g restart: always env_file: .env.production -- 2.44.2