chore(Gitea): Upgrade to 1.15.2
https://github.com/go-gitea/gitea/releases/tag/v1.15.2
This commit is contained in:
parent
b97bc0f8b0
commit
6dc9a440cf
|
@ -7,7 +7,7 @@ volumes:
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
container_name: ${GITEA_CONTAINER_NAME:-gitea}
|
container_name: ${GITEA_CONTAINER_NAME:-gitea}
|
||||||
image: ${GITEA_IMAGE:-gitea/gitea:1.15.0}
|
image: ${GITEA_IMAGE:-gitea/gitea:1.15.2}
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# - USER_UID=1000
|
# - USER_UID=1000
|
||||||
|
|
Loading…
Reference in New Issue