From 81ca6874aadfdb3132d1520bdde23986fbd046b5 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Fri, 15 Aug 2025 23:58:43 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0Gitea=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E7=89=88=E6=9C=AC=E8=87=B31.24.5-rootless?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 升级Gitea容器镜像版本以获取最新的安全补丁和功能改进 --- gitea/env.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/env.cfg b/gitea/env.cfg index 09c6bca..b93e5bf 100644 --- a/gitea/env.cfg +++ b/gitea/env.cfg @@ -1,4 +1,4 @@ -IMAGE_TAG=gitea/gitea:1.24.3-rootless +IMAGE_TAG=gitea/gitea:1.24.5-rootless Volumes_PATH=/data/volumes/gitea LAY_SSH_HOST_PORT=22 SSH_HOST_PORT=2222 \ No newline at end of file