From e58c42ae4ba6f8cf1a31c14ac8d526325bf154c7 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Wed, 1 May 2024 12:07:57 +0800 Subject: [PATCH] Gitea: upgraded to 1.22.0-rc1 --- templates/compose/gitea.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/gitea.yaml.j2 b/templates/compose/gitea.yaml.j2 index 6ee4ff8..3976ce2 100644 --- a/templates/compose/gitea.yaml.j2 +++ b/templates/compose/gitea.yaml.j2 @@ -2,7 +2,7 @@ version: "3" services: gitea: - image: gitea/gitea:1.21.2-rootless + image: gitea/gitea:1.22.0-rc1-rootless container_name: gitea security_opt: - no-new-privileges