From 7bfbf37028e2c4014d5d906c4a8cc14daf5b86ff Mon Sep 17 00:00:00 2001 From: A Date: Wed, 9 Oct 2024 12:32:44 -0700 Subject: [PATCH] Bump Mastodon version --- 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 d54503b..6fe6748 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.10 + image: tootsuite/mastodon:v4.3.0 #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.10 + image: tootsuite/mastodon:v4.3.0 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.10 + image: tootsuite/mastodon:v4.3.0 #entrypoint: # - sh # - -c