Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update gitea/gitea docker tag to v1.22.6 #5972

Merged
merged 3 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/gitea/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "gitea",
"tipi_version": 34,
"version": "1.22.5",
"tipi_version": 35,
"version": "1.22.6",
"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.",
"short_desc": "Gitea - Git with a cup of tea · A painless self-hosted Git service. · Cross-platform · Easy to install · Lightweight · Open Source.",
Expand All @@ -16,5 +16,5 @@
"supported_architectures": ["arm64", "amd64"],
"dynamic_config": true,
"created_at": 1691943801422,
"updated_at": 1733965733000
"updated_at": 1734137695000
}
2 changes: 1 addition & 1 deletion apps/gitea/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "gitea",
"image": "gitea/gitea:1.22.5",
"image": "gitea/gitea:1.22.6",
"environment": {
"USER_UID": "1000",
"USER_GID": "1000",
Expand Down
2 changes: 1 addition & 1 deletion apps/gitea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
gitea:
image: gitea/gitea:1.22.5
image: gitea/gitea:1.22.6
container_name: gitea
environment:
- USER_UID=1000
Expand Down
Loading