diff --git a/apps/gitea/config.json b/apps/gitea/config.json index 4ec9861a..db66dfc3 100644 --- a/apps/gitea/config.json +++ b/apps/gitea/config.json @@ -5,18 +5,13 @@ "available": true, "exposable": true, "id": "gitea", - "tipi_version": 27, - "version": "1.21.11", - "categories": [ - "development" - ], + "tipi_version": 28, + "version": "1.22.0", + "categories": ["development"], "description": "Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork.", "short_desc": "Gitea - Git with a cup of tea · A painless self-hosted Git service. · Cross-platform · Easy to install · Lightweight · Open Source.", "author": "go-gitea", "source": "https://github.com/go-gitea/gitea", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/gitea/docker-compose.yml b/apps/gitea/docker-compose.yml index b4442339..ad7ffc09 100644 --- a/apps/gitea/docker-compose.yml +++ b/apps/gitea/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: gitea: - image: gitea/gitea:1.21.11 + image: gitea/gitea:1.22.0 container_name: gitea environment: - USER_UID=1000