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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user