Skip to content

Commit

Permalink
Upgrading to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Dec 5, 2023
1 parent 384d40d commit 4ab7173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4ab7173

Please sign in to comment.