mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #23886] issue: Ollama Version Out of Date in ghcr.io/open-webui/open-webui:ollama #35630
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 @au70ma70n on GitHub (Apr 20, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23886
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
0.18.2
Operating System
Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Pulling ghcr.io/open-webui/open-webui:ollama should result in an internal ollama version of v0.21.0 (latest)
Actual Behavior
Pulling ghcr.io/open-webui/open-webui:ollama actually results in an internal ollama version of 0.18.2
Triggering a build and publishing the image to ghcr.io/open-webui/open-webui:ollama will automatically update the ollama version, as the dockerfile pulls the latest ollama installer at build time. Please trigger a new build to update the ollama version.
Steps to Reproduce
docker pull ghcr.io/open-webui/open-webui:ollama
docker run open-webui:ollama
docker exec open-webui ollama --version
Logs & Screenshots
administrator@BALROG:~$ docker exec open-webui ollama --version
ollama version is 0.18.2
Additional Information
The solution is simply triggering a new build and publishing it to ghcr.io/open-webui/open-webui:ollama
Additionally, gemma4 requires a more recent version of ollama than 0.18.2 to run.