Skip to content
Snippets Groups Projects
Commit 28ba736a authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

feat: bump to 4.1.18

parent 3cc6dba8
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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