Skip to content

Commit

Permalink
Mastodon 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Dec 10, 2024
1 parent c26b2a6 commit 3edf875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $ aws cloudformation deploy --template-file packaged.yml --stack-name mastodon-o
Push Mastodon container image to ECR Public.

```
MASTODON_VERSION="v4.3.0"
MASTODON_VERSION="v4.3.2"
docker pull --platform linux/amd64 ghcr.io/mastodon/mastodon:${MASTODON_VERSION}
docker image tag ghcr.io/mastodon/mastodon:${MASTODON_VERSION} public.ecr.aws/h6i3a8b9/mastodon:${MASTODON_VERSION}
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/h6i3a8b9
Expand Down
8 changes: 4 additions & 4 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.3.0'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.3.2'
AppCommand: 'bash,-c,bundle exec rails db:migrate && bundle exec rails s -p 3000'
AppPort: '3000'
AppEnvironment1Key: 'LOCAL_DOMAIN'
Expand Down Expand Up @@ -252,7 +252,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon-streaming:v4.3.0'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon-streaming:v4.3.2'
AppCommand: 'bash,-c,node ./streaming/index.js'
AppPort: '4000'
AppEnvironment1Key: 'LOCAL_DOMAIN'
Expand Down Expand Up @@ -332,7 +332,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.3.0'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.3.2'
AppCommand: 'bash,-c,bundle exec sidekiq'
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
Expand Down Expand Up @@ -411,7 +411,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.3.0'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.3.2'
AppCommand: 'bash,-c,RAILS_ENV=production bin/tootctl media remove && RAILS_ENV=production bin/tootctl preview_cards remove'
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
Expand Down

0 comments on commit 3edf875

Please sign in to comment.