chore(deps): update gitea/gitea docker tag to v1.21.0 (#1591)
This commit is contained in:
parent
ce287d414c
commit
b9663939c7
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user