Update gitea to 1.20.0

This commit is contained in:
Jake Howard
2023-07-17 09:30:33 +01:00
parent a406e72ab2
commit d91ad7c517
2 changed files with 2 additions and 3 deletions

View File

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