chore(deps): update gitea/gitea docker tag to v1.21.0 (#1591)

This commit is contained in:
renovate[bot] 2023-11-14 16:30:23 +00:00 committed by GitHub
parent ce287d414c
commit b9663939c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "gitea",
"tipi_version": 15,
"version": "1.20.5",
"tipi_version": 16,
"version": "1.21.0",
"categories": [
"development"
],
@ -15,5 +15,8 @@
"author": "go-gitea",
"source": "https://github.com/go-gitea/gitea",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
gitea:
image: gitea/gitea:1.20.5
image: gitea/gitea:1.21.0
container_name: gitea
environment:
- USER_UID=1000