Skip to content

Commit

Permalink
chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.5.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 7e60e7b commit 72a346f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion apps/open-webui/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui:0.5.0
image: ghcr.io/open-webui/open-webui:0.5.1
container_name: open-webui
volumes:
- ${APP_DATA_DIR}/data:/app/backend/data
Expand Down

0 comments on commit 72a346f

Please sign in to comment.