update go version in go.mod
All checks were successful
Build and publish the docker image / build (push) Successful in 55s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-07-12 04:44:28 +03:00
parent 577040830b
commit 91f17b8815
3 changed files with 18 additions and 8 deletions

View File

@ -3,10 +3,10 @@ services:
container_name: tren
image: git.ngn.tf/ngn/tren:latest
ports:
- 80:8080
- 80:8080
read_only: true
cap_drop:
- ALL
- ALL
security_opt:
- no-new-privileges:true
- no-new-privileges:true
restart: unless-stopped