chore Upgrade Gitea to 1.14.0

This commit is contained in:
Simon 2021-04-12 15:53:47 +02:00
parent b55c129a54
commit 683bf206be
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.13.6}
image: ${GITEA_IMAGE:-gitea/gitea:1.14.0}
restart: always
environment:
# - USER_UID=1000