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 26, 2024
1 parent 33b5fcc commit c4a1a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/open-webui/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8536,
"id": "open-webui",
"tipi_version": 36,
"version": "0.5.0",
"tipi_version": 37,
"version": "0.5.1",
"categories": ["ai"],
"description": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline.",
"short_desc": "User-friendly WebUI for LLMs",
Expand All @@ -31,5 +31,5 @@
"dynamic_config": true,
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1735154488000
"updated_at": 1735198134000
}
2 changes: 1 addition & 1 deletion apps/open-webui/docker-compose.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"services": [
{
"image": "ghcr.io/open-webui/open-webui:0.5.0",
"image": "ghcr.io/open-webui/open-webui:0.5.1",
"name": "open-webui",
"internalPort": 8080,
"isMain": true,
Expand Down

0 comments on commit c4a1a0f

Please sign in to comment.