Update Ollama and OpenWebUI tags to latest versions #1003
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #1002
This PR bumps the container image tags for both Ollama and Open WebUI to their latest stable versions.
These updates are required to ensure compatibility with newly released models such as embeddinggemma, DeepSeek-OCR, and other Ollama-provided capabilities.
The change is isolated to the
OllamaContainerImageTagsclass and does not introduce any breaking changes.Overview of Changes
ollama/ollamaimage tag from the previous version to:ollama/ollama:0.13.0open-webui/open-webuiimage tag to:open-webui/open-webui:0.6.38These versions include support for improved model serving, additional embedding models, and expanded tooling needed for local inference scenarios.
PR Checklist
mainOther Information
The newer Ollama versions add compatibility for updated model families (e.g., Gemma embeddings, DeepSeek OCR models), which allows developers to use these models out-of-the-box when running Aspire-based container setups.