Merge pull request #96 from meienberger/renovate/gitea-gitea-1.x
chore(deps): update gitea/gitea docker tag to v1.17.2
This commit is contained in:
commit
5d30552b9f
|
@ -4,9 +4,11 @@
|
||||||
"port": 8108,
|
"port": 8108,
|
||||||
"available": true,
|
"available": true,
|
||||||
"id": "gitea",
|
"id": "gitea",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "1.16.8",
|
"version": "1.17.2",
|
||||||
"categories": ["development"],
|
"categories": [
|
||||||
|
"development"
|
||||||
|
],
|
||||||
"description": "Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork.",
|
"description": "Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork.",
|
||||||
"short_desc": "Gitea - Git with a cup of tea · A painless self-hosted Git service. · Cross-platform · Easy to install · Lightweight · Open Source.",
|
"short_desc": "Gitea - Git with a cup of tea · A painless self-hosted Git service. · Cross-platform · Easy to install · Lightweight · Open Source.",
|
||||||
"author": "go-gitea",
|
"author": "go-gitea",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.16.8
|
image: gitea/gitea:1.17.2
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user