diff --git a/apps/mastodon/config.json b/apps/mastodon/config.json index 0d270822..6083df43 100644 --- a/apps/mastodon/config.json +++ b/apps/mastodon/config.json @@ -7,8 +7,8 @@ "force_expose": true, "generate_vapid_keys": true, "id": "mastodon", - "tipi_version": 11, - "version": "4.2.1", + "tipi_version": 12, + "version": "4.2.2", "categories": [ "social" ], @@ -93,5 +93,8 @@ "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 fe59e0c8..4389341a 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.1 + image: lscr.io/linuxserver/mastodon:4.2.2 ports: - 8209:80 - ${APP_PORT}:443