chore: Upgrade Gitea to 1.14.1

This commit is contained in:
Simon 2021-04-19 11:52:24 +02:00
parent 44f42251db
commit a88a20b43c
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.0}
image: ${GITEA_IMAGE:-gitea/gitea:1.14.1}
restart: always
environment:
# - USER_UID=1000