From 22c19582fd1ac93932f595201b32bf5a2e533ca3 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 26 Jun 2026 16:04:16 -0400 Subject: [PATCH] chore: update image tags --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 9fdc02d..789740c 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: tootsuite/mastodon:v4.5.10 + image: tootsuite/mastodon:v4.5.13 command: | bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: &bothNetworks @@ -129,7 +129,7 @@ services: - WEB_DOMAIN streaming: - image: tootsuite/mastodon-streaming:v4.5.10 + image: tootsuite/mastodon-streaming:v4.5.13 command: node ./streaming/index.js configs: *configs entrypoint: /usr/local/bin/entrypoint_streaming.sh @@ -150,7 +150,7 @@ services: volumes: *appVolume sidekiq: - image: tootsuite/mastodon:v4.5.10 + image: tootsuite/mastodon:v4.5.13 secrets: *secrets command: bundle exec sidekiq configs: *configs