Deploy Gitea with :latest instead of enforcing a version

This commit is contained in:
TheFrenchGhosty 2022-06-07 17:32:52 +02:00 committed by GitHub
parent 00214fca72
commit 374c3f0228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
services:
server:
image: docker.io/gitea/gitea:1.16.2
image: docker.io/gitea/gitea:latest
environment:
- USER_UID=1000
- USER_GID=1000