Only pin to minor versions of gitea

This commit is contained in:
Jake Howard
2023-12-21 16:43:18 +00:00
parent 5fd952be4c
commit c0c7f393e3

View File

@ -2,7 +2,7 @@ version: "2.3"
services:
gitea:
image: gitea/gitea:1.21.2-rootless
image: gitea/gitea:1.21-rootless
user: "{{ docker_user.id }}:{{ docker_user.id }}"
environment:
- TZ={{ timezone }}