From 5a2749467fc2bc3851f41ee64cd3908e5825766b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:21:41 +0000 Subject: [PATCH] chore(deps): update gitea/gitea docker tag to v1.19.4 (#805) --- apps/gitea/config.json | 8 +++++--- apps/gitea/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/gitea/config.json b/apps/gitea/config.json index 623534b0..dc03a742 100644 --- a/apps/gitea/config.json +++ b/apps/gitea/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "gitea", - "tipi_version": 8, - "version": "1.19.3", - "categories": ["development"], + "tipi_version": 9, + "version": "1.19.4", + "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", diff --git a/apps/gitea/docker-compose.yml b/apps/gitea/docker-compose.yml index 51bb6b01..8bc216bf 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.19.3 + image: gitea/gitea:1.19.4 container_name: gitea environment: - USER_UID=1000