From 4ab7173898be310a9506157d24d614e29cb2156e Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Tue, 5 Dec 2023 20:14:32 +0100 Subject: [PATCH] Upgrading to v4.2.2 --- mastodon.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon.yaml b/mastodon.yaml index 3a8f476..aa4ee47 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.1' + AppImage: 'ghcr.io/mastodon/mastodon:v4.2.2' 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.1' + AppImage: 'ghcr.io/mastodon/mastodon:v4.2.2' 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.1' + AppImage: 'ghcr.io/mastodon/mastodon:v4.2.2' AppCommand: 'bash,-c,bundle exec sidekiq' AppEnvironment1Key: 'LOCAL_DOMAIN' AppEnvironment1Value: !Ref DomainName