diff --git a/docker-compose.yml b/docker-compose.yml index 9bdc763e570dd5aeb64c8bcd9126613cc8d08965..998268358816b22dcbcbfc06e620d20d06b8d238 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: - LETSENCRYPT_HOST app: restart: always - image: tootsuite/mastodon:v4.0.2 + image: tootsuite/mastodon:v4.1.1 env_file: .env.production command: bundle exec rails s -p 3000 -b '0.0.0.0' depends_on: @@ -54,7 +54,7 @@ services: - back streaming: restart: always - image: tootsuite/mastodon:v4.0.2 + image: tootsuite/mastodon:v4.1.1 env_file: .env.production command: yarn start depends_on: @@ -64,7 +64,7 @@ services: - back sidekiq: restart: always - image: tootsuite/mastodon:v4.0.2 + image: tootsuite/mastodon:v4.1.1 env_file: .env.production command: bundle exec sidekiq depends_on: