chore(deps): update tootsuite/mastodon docker tag to v4.5.5 #40

Open
renovate-bot wants to merge 1 commits from renovate/tootsuite-mastodon-4.x into main

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v4.5.4
image: tootsuite/mastodon:v4.5.5
command: |
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks
@ -150,7 +150,7 @@ services:
volumes: *appVolume
sidekiq:
image: tootsuite/mastodon:v4.5.4
image: tootsuite/mastodon:v4.5.5
secrets: *secrets
command: bundle exec sidekiq
configs: *configs