Only pin to minor versions of gitea
All checks were successful
/ terraform (push) Successful in 32s
/ ansible (push) Successful in 1m48s

This commit is contained in:
Jake Howard 2023-12-21 16:43:18 +00:00
parent 5fd952be4c
commit c0c7f393e3
Signed by: jake
GPG key ID: 57AFB45680EDD477

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 }}