chore: Upgrade Gitea to 1.13.6

This commit is contained in:
Simon 2021-03-24 22:52:22 +01:00
parent 274ef3da49
commit b55c129a54
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.4}
image: ${GITEA_IMAGE:-gitea/gitea:1.13.6}
restart: always
environment:
# - USER_UID=1000