chore: Upgrade Gitea to 1.13.4

This commit is contained in:
Simon 2021-03-09 10:42:13 +01:00
parent 84bda18c6d
commit 595f42957f
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.2}
image: ${GITEA_IMAGE:-gitea/gitea:1.13.4}
restart: always
environment:
# - USER_UID=1000