From 3d27b65c84d2d1d8b64f2d87522cf9dba454c2ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Oct 2025 20:30:26 +0000 Subject: [PATCH] chore(deps): update tootsuite/mastodon docker tag to v4.4.7 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 91ca15e..1fcfbce 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: tootsuite/mastodon:v4.4.4 + image: tootsuite/mastodon:v4.4.7 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.4.4 + image: tootsuite/mastodon:v4.4.7 secrets: *secrets command: bundle exec sidekiq configs: *configs -- 2.49.0