From fedeb277ab04439062a8e5926dd00369c432811c Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Fri, 21 Aug 2026 22:34:13 +0200 Subject: [PATCH] Update Gitea image to latest version in docker-compose Switching to the latest tag ensures the deployment uses the most up-to-date version of Gitea with all recent fixes and features. Regular updates help maintain security and compatibility. --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0ae173e..9d2aa86 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,7 +4,7 @@ networks: services: server: - image: docker.gitea.com/gitea:1.26.2 + image: docker.gitea.com/gitea:latest container_name: gitea environment: - USER_UID=1000