chore: Upgrade Gitea to 1.14.3

https://github.com/go-gitea/gitea/releases/tag/v1.14.3
This commit is contained in:
Simon 2021-06-21 09:33:54 +02:00
parent 0436a28117
commit fa76e4e79f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ volumes:
services:
gitea:
container_name: ${GITEA_CONTAINER_NAME:-gitea}
image: ${GITEA_IMAGE:-gitea/gitea:1.14.2}
image: ${GITEA_IMAGE:-gitea/gitea:1.14.3}
restart: always
environment:
# - USER_UID=1000