From f8d7f82c13c32856dfbaa22d15ffc4050b653e03 Mon Sep 17 00:00:00 2001 From: A Date: Thu, 4 Jul 2024 08:45:28 -0700 Subject: [PATCH] Bump Mastodon to v4.2.10 --- conf/compose/mastodon.docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/compose/mastodon.docker-compose.yml b/conf/compose/mastodon.docker-compose.yml index 78d6197..d54503b 100644 --- a/conf/compose/mastodon.docker-compose.yml +++ b/conf/compose/mastodon.docker-compose.yml @@ -29,7 +29,7 @@ services: mastodon-web: restart: always - image: tootsuite/mastodon:v4.2.9 + image: tootsuite/mastodon:v4.2.10 #healthcheck: #test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/health || exit 1'] #entrypoint: @@ -58,7 +58,7 @@ services: mastodon-streaming: restart: always - image: tootsuite/mastodon:v4.2.9 + image: tootsuite/mastodon:v4.2.10 healthcheck: test: wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1 ] @@ -79,7 +79,7 @@ services: mastodon-sidekiq: restart: always - image: tootsuite/mastodon:v4.2.9 + image: tootsuite/mastodon:v4.2.10 #entrypoint: # - sh # - -c