Bump version to 3.4.6

This commit is contained in:
Claire 2022-02-02 11:49:22 +01:00
parent a06dda41d0
commit bb7b2868a0
4 changed files with 17 additions and 5 deletions

View file

@ -43,7 +43,7 @@ services:
web:
build: .
image: tootsuite/mastodon:v3.4.5
image: tootsuite/mastodon:v3.4.6
restart: always
env_file: .env.production
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
@ -63,7 +63,7 @@ services:
streaming:
build: .
image: tootsuite/mastodon:v3.4.5
image: tootsuite/mastodon:v3.4.6
restart: always
env_file: .env.production
command: node ./streaming
@ -80,7 +80,7 @@ services:
sidekiq:
build: .
image: tootsuite/mastodon:v3.4.5
image: tootsuite/mastodon:v3.4.6
restart: always
env_file: .env.production
command: bundle exec sidekiq