From 28ba736acb9fd76f0beba1d3950a32850157a487 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Fri, 5 Jul 2024 12:43:53 +0000 Subject: [PATCH] feat: bump to 4.1.18 --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 245e79e..146ec5d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: - LETSENCRYPT_HOST app: restart: always - image: ghcr.io/mastodon/mastodon:v4.1.15 + image: ghcr.io/mastodon/mastodon:v4.1.18 env_file: .env.production command: bundle exec rails s -p 3000 -b '0.0.0.0' depends_on: @@ -56,7 +56,7 @@ services: - back streaming: restart: always - image: ghcr.io/mastodon/mastodon:v4.1.15 + image: ghcr.io/mastodon/mastodon:v4.1.18 env_file: .env.production command: yarn start depends_on: @@ -66,7 +66,7 @@ services: - back sidekiq: restart: always - image: ghcr.io/mastodon/mastodon:v4.1.15 + image: ghcr.io/mastodon/mastodon:v4.1.18 env_file: .env.production command: bundle exec sidekiq depends_on: -- GitLab