From 0b9abf6d05434bfe74db7143293ba4726b52987c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:01:37 +0000 Subject: [PATCH] chore(deps): update superseriousbusiness/gotosocial docker tag to v0.16.0 (#3801) --- apps/gotosocial/config.json | 13 ++++--------- apps/gotosocial/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/gotosocial/config.json b/apps/gotosocial/config.json index 9a48e25b..b78ced86 100644 --- a/apps/gotosocial/config.json +++ b/apps/gotosocial/config.json @@ -6,13 +6,11 @@ "exposable": true, "force_expose": true, "id": "gotosocial", - "tipi_version": 19, + "tipi_version": 20, "uid": 1000, "gid": 1000, - "version": "0.15.0", - "categories": [ - "social" - ], + "version": "0.16.0", + "categories": ["social"], "description": "Fast, fun, ActivityPub server, powered by Go.", "short_desc": "Fast, fun, ActivityPub server, powered by Go.", "author": "superseriousbusiness", @@ -76,8 +74,5 @@ "env_variable": "GTS_SMTP_FROM" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/gotosocial/docker-compose.yml b/apps/gotosocial/docker-compose.yml index bffa92c0..125e22fc 100644 --- a/apps/gotosocial/docker-compose.yml +++ b/apps/gotosocial/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: gotosocial: container_name: gotosocial - image: superseriousbusiness/gotosocial:0.15.0 + image: superseriousbusiness/gotosocial:0.16.0 user: 1000:1000 ports: - ${APP_PORT}:8080