Update tootsuite/mastodon Docker tag to v3.4.1

This commit is contained in:
Renovate Bot 2021-06-09 07:02:22 +00:00
parent 8db5728408
commit dc267ecec1
1 changed files with 3 additions and 3 deletions

View File

@ -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