From 217bbce1b52caa5a0b7d82e669f8310f9950954d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:54:23 +0000 Subject: [PATCH 1/2] chore(deps): update gitea/gitea docker tag to v1.22.6 --- apps/gitea/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/docker-compose.yml b/apps/gitea/docker-compose.yml index 2bcc39b0a8..71e2a2b24e 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.22.5 + image: gitea/gitea:1.22.6 container_name: gitea environment: - USER_UID=1000 From af760f30ec5d84ca4462cdc9e1cbdee802042a44 Mon Sep 17 00:00:00 2001 From: Tipi CI Date: Sat, 14 Dec 2024 00:54:56 +0000 Subject: [PATCH 2/2] Update app version [ready] --- apps/gitea/config.json | 6 +++--- apps/gitea/docker-compose.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/gitea/config.json b/apps/gitea/config.json index 75b6771131..34767ebfba 100644 --- a/apps/gitea/config.json +++ b/apps/gitea/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "gitea", - "tipi_version": 34, - "version": "1.22.5", + "tipi_version": 35, + "version": "1.22.6", "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.", @@ -16,5 +16,5 @@ "supported_architectures": ["arm64", "amd64"], "dynamic_config": true, "created_at": 1691943801422, - "updated_at": 1733965733000 + "updated_at": 1734137695000 } diff --git a/apps/gitea/docker-compose.json b/apps/gitea/docker-compose.json index 6c95c9a6f4..a059d3f67e 100644 --- a/apps/gitea/docker-compose.json +++ b/apps/gitea/docker-compose.json @@ -3,7 +3,7 @@ "services": [ { "name": "gitea", - "image": "gitea/gitea:1.22.5", + "image": "gitea/gitea:1.22.6", "environment": { "USER_UID": "1000", "USER_GID": "1000",