Skip to content
Snippets Groups Projects
Verified Commit 3be5cd4e authored by Hugo Renard's avatar Hugo Renard
Browse files

feat: bump to v4.1.3

parent 56eae32f
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ services: ...@@ -42,7 +42,7 @@ services:
- LETSENCRYPT_HOST - LETSENCRYPT_HOST
app: app:
restart: always restart: always
image: tootsuite/mastodon:v4.1.2 image: ghcr.io/mastodon/mastodon:v4.1.3
env_file: .env.production env_file: .env.production
command: bundle exec rails s -p 3000 -b '0.0.0.0' command: bundle exec rails s -p 3000 -b '0.0.0.0'
depends_on: depends_on:
...@@ -54,7 +54,7 @@ services: ...@@ -54,7 +54,7 @@ services:
- back - back
streaming: streaming:
restart: always restart: always
image: tootsuite/mastodon:v4.1.2 image: ghcr.io/mastodon/mastodon:v4.1.3
env_file: .env.production env_file: .env.production
command: yarn start command: yarn start
depends_on: depends_on:
...@@ -64,7 +64,7 @@ services: ...@@ -64,7 +64,7 @@ services:
- back - back
sidekiq: sidekiq:
restart: always restart: always
image: tootsuite/mastodon:v4.1.2 image: ghcr.io/mastodon/mastodon:v4.1.3
env_file: .env.production env_file: .env.production
command: bundle exec sidekiq command: bundle exec sidekiq
depends_on: depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment