chore(deps): update lscr.io/linuxserver/mastodon docker tag to v4.2.9 (#3599)

This commit is contained in:
renovate[bot] 2024-05-31 18:08:26 +00:00 committed by GitHub
parent 9e61fa4809
commit a5f296bfd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -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"]
}

View File

@ -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