Skip to content

Commit

Permalink
Update app version [ready]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipi CI committed Dec 12, 2024
1 parent b6db925 commit 936ba26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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": 33,
"version": "1.22.4",
"tipi_version": 34,
"version": "1.22.5",
"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": 1732597185000
"updated_at": 1733965733000
}
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.4",
"image": "gitea/gitea:1.22.5",
"environment": {
"USER_UID": "1000",
"USER_GID": "1000",
Expand Down

0 comments on commit 936ba26

Please sign in to comment.