chore(deps): update gitea/gitea docker tag to v1.22.0 (#3612)

This commit is contained in:
renovate[bot] 2024-05-31 18:10:10 +00:00 committed by GitHub
parent 446a87a58d
commit b205254bec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,18 +5,13 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "gitea", "id": "gitea",
"tipi_version": 27, "tipi_version": 28,
"version": "1.21.11", "version": "1.22.0",
"categories": [ "categories": ["development"],
"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",
"source": "https://github.com/go-gitea/gitea", "source": "https://github.com/go-gitea/gitea",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

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