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.
This commit is contained in:
2026-08-21 22:34:13 +02:00
parent f6207d0b4e
commit fedeb277ab
+1 -1
View File
@@ -4,7 +4,7 @@ networks:
services: services:
server: server:
image: docker.gitea.com/gitea:1.26.2 image: docker.gitea.com/gitea:latest
container_name: gitea container_name: gitea
environment: environment:
- USER_UID=1000 - USER_UID=1000