We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2059de8 commit 9018c39Copy full SHA for 9018c39
src/CommunityToolkit.Aspire.Hosting.Ollama/OllamaContainerImageTags.cs
@@ -4,9 +4,9 @@ internal static class OllamaContainerImageTags
4
{
5
public const string Registry = "docker.io";
6
public const string Image = "ollama/ollama";
7
- public const string Tag = "0.7.1";
+ public const string Tag = "0.10.0";
8
9
public const string OpenWebUIRegistry = "ghcr.io";
10
public const string OpenWebUIImage = "open-webui/open-webui";
11
- public const string OpenWebUITag = "0.6.10";
+ public const string OpenWebUITag = "0.6.18";
12
}
0 commit comments