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,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "gitea",
|
"id": "gitea",
|
||||||
"tipi_version": 15,
|
"tipi_version": 16,
|
||||||
"version": "1.20.5",
|
"version": "1.21.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,8 @@
|
||||||
"author": "go-gitea",
|
"author": "go-gitea",
|
||||||
"source": "https://github.com/go-gitea/gitea",
|
"source": "https://github.com/go-gitea/gitea",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.20.5
|
image: gitea/gitea:1.21.0
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user