chore(Gitea): Upgrade to 1.16.1

https://github.com/go-gitea/gitea/releases/tag/v1.16.1
This commit is contained in:
Simon 2022-02-14 10:12:43 +01:00
parent 3109e64b6d
commit 31935e4acf
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.15.5}
image: ${GITEA_IMAGE:-gitea/gitea:1.16.1@sha256:bd36095359861e6970705a70d58ae0536f92f0d3f2d25c18ed663e94380c546a}
restart: always
environment:
# - USER_UID=1000