From dcb2e8be05bcd39f5075bc0a2f1e9a5d0898636a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 9 Nov 2022 20:29:31 +0100 Subject: [PATCH] Upgrade mastodon to 3.5.3. --- roles/docker/tasks/services/mastodon.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/docker/tasks/services/mastodon.yml b/roles/docker/tasks/services/mastodon.yml index b9ca1a1..2075296 100644 --- a/roles/docker/tasks/services/mastodon.yml +++ b/roles/docker/tasks/services/mastodon.yml @@ -52,7 +52,7 @@ - "{{ mastodon.volume_folder }}/redis_data:/data" web: - image: tootsuite/mastodon + image: tootsuite/mastodon:v3.5.3 restart: always env_file: "{{ mastodon.volume_folder }}/env_file" command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" @@ -76,7 +76,7 @@ LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}" streaming: - image: tootsuite/mastodon + image: tootsuite/mastodon:v3.5.3 restart: always env_file: "{{ mastodon.volume_folder }}/env_file" command: node ./streaming @@ -93,7 +93,7 @@ - redis sidekiq: - image: tootsuite/mastodon + image: tootsuite/mastodon:v3.5.3 restart: always env_file: "{{ mastodon.volume_folder }}/env_file" command: bundle exec sidekiq