Skip to content

Commit a608eb1

Browse files
chore(deps): update lscr.io/linuxserver/mastodon docker tag to v4.6.0 (#11389)
1 parent 05c0c15 commit a608eb1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/mastodon/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"force_expose": true,
99
"generate_vapid_keys": true,
1010
"id": "mastodon",
11-
"tipi_version": 60,
12-
"version": "4.5.11",
11+
"tipi_version": 62,
12+
"version": "4.6.0",
1313
"categories": ["social"],
1414
"description": "Your self-hosted, globally interconnected microblogging community",
1515
"short_desc": "Your self-hosted, globally interconnected microblogging community",
@@ -115,6 +115,6 @@
115115
],
116116
"supported_architectures": ["arm64", "amd64"],
117117
"created_at": 1691943801422,
118-
"updated_at": 1780690084772,
118+
"updated_at": 1781942532658,
119119
"min_tipi_version": "4.5.0"
120120
}

apps/mastodon/docker-compose.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"services": [
33
{
44
"name": "mastodon",
5-
"image": "lscr.io/linuxserver/mastodon:4.5.11",
5+
"image": "lscr.io/linuxserver/mastodon:4.6.0",
66
"isMain": true,
77
"internalPort": 443,
88
"environment": [

apps/mastodon/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
mastodon:
44
container_name: mastodon
5-
image: lscr.io/linuxserver/mastodon:4.5.11
5+
image: lscr.io/linuxserver/mastodon:4.6.0
66
ports:
77
- '8209:80'
88
- ${APP_PORT}:443

0 commit comments

Comments
 (0)