diff --git a/apps/mastodon/config.json b/apps/mastodon/config.json index 4a8be085..cbcf348e 100644 --- a/apps/mastodon/config.json +++ b/apps/mastodon/config.json @@ -7,11 +7,9 @@ "force_expose": true, "generate_vapid_keys": true, "id": "mastodon", - "tipi_version": 18, - "version": "4.2.8", - "categories": [ - "social" - ], + "tipi_version": 19, + "version": "4.2.9", + "categories": ["social"], "description": "Your self-hosted, globally interconnected microblogging community", "short_desc": "Your self-hosted, globally interconnected microblogging community", "author": "Mastodon", @@ -93,8 +91,5 @@ "env_variable": "MASTODON_LOCAL_DOMAIN" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/mastodon/docker-compose.yml b/apps/mastodon/docker-compose.yml index bf75cee5..6f670e5b 100644 --- a/apps/mastodon/docker-compose.yml +++ b/apps/mastodon/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: mastodon: container_name: mastodon - image: lscr.io/linuxserver/mastodon:4.2.8 + image: lscr.io/linuxserver/mastodon:4.2.9 ports: - 8209:80 - ${APP_PORT}:443