From dc267ecec1fe9594c56db528068e29ed3a02ed4d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Jun 2021 07:02:22 +0000 Subject: [PATCH] Update tootsuite/mastodon Docker tag to v3.4.1 --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index bcca5fb..9f8d27d 100644 --- a/compose.yml +++ b/compose.yml @@ -50,7 +50,7 @@ services: hard: -1 web: - image: tootsuite/mastodon:v3.3.0 + image: tootsuite/mastodon:v3.4.1 command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: &bothNetworks - proxy @@ -186,7 +186,7 @@ services: - ALLOW_ACCESS_TO_HIDDEN_SERVICE streaming: - image: tootsuite/mastodon:v3.3.0 + image: tootsuite/mastodon:v3.4.1 command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -219,7 +219,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: tootsuite/mastodon:v3.3.0 + image: tootsuite/mastodon:v3.4.1 secrets: *secrets command: bundle exec sidekiq configs: *configs