Skip to content

Commit

Permalink
chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.5.…
Browse files Browse the repository at this point in the history
…16 (#6853)
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent fac909b commit f0decc7
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": 47,
"version": "0.5.15",
"tipi_version": 48,
"version": "0.5.16",
"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": 1740074161000
"updated_at": 1740119780000
}
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:v0.5.15",
"image": "ghcr.io/open-webui/open-webui:0.5.16",
"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:v0.5.15
image: ghcr.io/open-webui/open-webui:0.5.16
container_name: open-webui
volumes:
- ${APP_DATA_DIR}/data:/app/backend/data
Expand Down

0 comments on commit f0decc7

Please sign in to comment.