mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Unable to update Open WebUI to v0.3.8 from v0.3.10 on Docker #1568
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CodeGrafus on GitHub (Jul 19, 2024).
Unable to update Open WebUI to v0.3.8 from v0.3.10 on Docker
I'm having trouble updating my Open WebUI installation from version v0.3.8 to v0.3.10 on Docker. I've tried the following steps:
Deleted the existing Open WebUI image and container using docker rm and docker rmi commands.
Pulled the latest Open WebUI image using docker pull ghcr.io/open-webui/open-webui:v0.3.10.
Created a new container using the updated image.
However, the new container is still running Open WebUI version v0.3.8. I've also tried installing Open WebUI from scratch using the latest image, but it still installs version v0.3.8.
I've checked the Open WebUI documentation and followed the update instructions carefully, but I'm still unable to update the installation.