diff --git a/docs/getting-started/quick-start/tab-docker/ManualDocker.md b/docs/getting-started/quick-start/tab-docker/ManualDocker.md index e0d469d1..5aeb811c 100644 --- a/docs/getting-started/quick-start/tab-docker/ManualDocker.md +++ b/docs/getting-started/quick-start/tab-docker/ManualDocker.md @@ -23,7 +23,7 @@ docker pull ghcr.io/open-webui/open-webui:main-slim You can also pull a specific Open WebUI release version directly by using a versioned image tag. This is recommended for production environments to ensure stable and reproducible deployments. ```bash -docker pull ghcr.io/open-webui/open-webui:v0.8.5 +docker pull ghcr.io/open-webui/open-webui:v0.8.6 ``` ## Step 2: Run the Container diff --git a/docs/getting-started/updating.mdx b/docs/getting-started/updating.mdx index 6c4958f7..338bf32a 100644 --- a/docs/getting-started/updating.mdx +++ b/docs/getting-started/updating.mdx @@ -76,9 +76,9 @@ Without a persistent `WEBUI_SECRET_KEY`, a new key is generated each time the co By default the `:main` tag always points to the latest build. For production, pin a specific release: ``` -ghcr.io/open-webui/open-webui:v0.8.5 -ghcr.io/open-webui/open-webui:v0.8.5-cuda -ghcr.io/open-webui/open-webui:v0.8.5-ollama +ghcr.io/open-webui/open-webui:v0.8.6 +ghcr.io/open-webui/open-webui:v0.8.6-cuda +ghcr.io/open-webui/open-webui:v0.8.6-ollama ``` ### Rolling Back diff --git a/docs/intro.mdx b/docs/intro.mdx index d158f597..8b440c3b 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -108,9 +108,9 @@ openwebui/open-webui:- Examples (pinned versions for illustration purposes only): ``` -ghcr.io/open-webui/open-webui:v0.8.5 -ghcr.io/open-webui/open-webui:v0.8.5-ollama -ghcr.io/open-webui/open-webui:v0.8.5-cuda +ghcr.io/open-webui/open-webui:v0.8.6 +ghcr.io/open-webui/open-webui:v0.8.6-ollama +ghcr.io/open-webui/open-webui:v0.8.6-cuda ``` ### Using the Dev Branch 🌙 diff --git a/docs/tutorials/tips/sqlite-database.md b/docs/tutorials/tips/sqlite-database.md index 4f221394..bdf1a29c 100644 --- a/docs/tutorials/tips/sqlite-database.md +++ b/docs/tutorials/tips/sqlite-database.md @@ -10,7 +10,7 @@ This tutorial is a community contribution and is not supported by the Open WebUI ::: > [!WARNING] -> This documentation was created/updated based on version 0.8.5 and updated for recent migrations. +> This documentation was created/updated based on version 0.8.6 and updated for recent migrations. ## Open-WebUI Internal SQLite Database