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