From 747a58ec8eb0dcece5ee0cfa5c0c5738365cd145 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sat, 15 Aug 2026 20:51:13 +0800 Subject: [PATCH] chore(gitea): bump image tag to 1.27.1-rootless --- gitea/env.cfg.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/env.cfg.example b/gitea/env.cfg.example index b1f2c42..6b87924 100644 --- a/gitea/env.cfg.example +++ b/gitea/env.cfg.example @@ -11,7 +11,7 @@ # ---------- 镜像 ---------- # Gitea 版本号(rootless 镜像带 -rootless 后缀) -IMAGE_TAG_VER=1.26.2-rootless +IMAGE_TAG_VER=1.27.1-rootless # 完整镜像引用(私有仓库示例:hub.tp229.com:3500/gitea/gitea:${IMAGE_TAG_VER}) IMAGE_TAG=gitea/gitea:${IMAGE_TAG_VER}