chore(deps): update superseriousbusiness/gotosocial docker tag to v0.16.0 (#3801)

This commit is contained in:
renovate[bot] 2024-06-16 17:01:37 +00:00 committed by GitHub
parent 05bf716fe5
commit 0b9abf6d05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -6,13 +6,11 @@
"exposable": true, "exposable": true,
"force_expose": true, "force_expose": true,
"id": "gotosocial", "id": "gotosocial",
"tipi_version": 19, "tipi_version": 20,
"uid": 1000, "uid": 1000,
"gid": 1000, "gid": 1000,
"version": "0.15.0", "version": "0.16.0",
"categories": [ "categories": ["social"],
"social"
],
"description": "Fast, fun, ActivityPub server, powered by Go.", "description": "Fast, fun, ActivityPub server, powered by Go.",
"short_desc": "Fast, fun, ActivityPub server, powered by Go.", "short_desc": "Fast, fun, ActivityPub server, powered by Go.",
"author": "superseriousbusiness", "author": "superseriousbusiness",
@ -76,8 +74,5 @@
"env_variable": "GTS_SMTP_FROM" "env_variable": "GTS_SMTP_FROM"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
gotosocial: gotosocial:
container_name: gotosocial container_name: gotosocial
image: superseriousbusiness/gotosocial:0.15.0 image: superseriousbusiness/gotosocial:0.16.0
user: 1000:1000 user: 1000:1000
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080