From 8cde6589d14d3f7e198c81f42a5a171f82fd2968 Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Wed, 31 Jan 2024 09:14:38 +0100 Subject: [PATCH] Mastodon v4.2.4 --- mastodon.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon.yaml b/mastodon.yaml index bb0a810..f729d7b 100644 --- a/mastodon.yaml +++ b/mastodon.yaml @@ -155,7 +155,7 @@ Resources: AlertingModule: !GetAtt 'Alerting.Outputs.StackName' ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName' ManagedPolicyArns: !Ref S3Policy - AppImage: 'ghcr.io/mastodon/mastodon:v4.2.3' + AppImage: 'ghcr.io/mastodon/mastodon:v4.2.4' AppCommand: 'bash,-c,bundle exec rails db:migrate && bundle exec rails s -p 3000' AppPort: '3000' AppEnvironment1Key: 'LOCAL_DOMAIN' @@ -228,7 +228,7 @@ Resources: AlertingModule: !GetAtt 'Alerting.Outputs.StackName' ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName' ManagedPolicyArns: !Ref S3Policy - AppImage: 'ghcr.io/mastodon/mastodon:v4.2.3' + AppImage: 'ghcr.io/mastodon/mastodon:v4.2.4' AppCommand: 'bash,-c,node ./streaming' AppPort: '4000' AppEnvironment1Key: 'LOCAL_DOMAIN' @@ -300,7 +300,7 @@ Resources: AlertingModule: !GetAtt 'Alerting.Outputs.StackName' ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName' ManagedPolicyArns: !Ref S3Policy - AppImage: 'ghcr.io/mastodon/mastodon:v4.2.3' + AppImage: 'ghcr.io/mastodon/mastodon:v4.2.4' AppCommand: 'bash,-c,bundle exec sidekiq' AppEnvironment1Key: 'LOCAL_DOMAIN' AppEnvironment1Value: !Ref DomainName