chore(Gitea): Upgrade to 1.14.5

https://github.com/go-gitea/gitea/releases/tag/v1.14.5
This commit is contained in:
Simon 2021-07-19 11:47:06 +02:00
parent 57a4939b67
commit e959167471
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.3}
image: ${GITEA_IMAGE:-gitea/gitea:1.14.5}
restart: always
environment:
# - USER_UID=1000