Skip to content

Commit 9018c39

Browse files
authored
Updating ollama tags (#774)
1 parent 2059de8 commit 9018c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit.Aspire.Hosting.Ollama/OllamaContainerImageTags.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ internal static class OllamaContainerImageTags
44
{
55
public const string Registry = "docker.io";
66
public const string Image = "ollama/ollama";
7-
public const string Tag = "0.7.1";
7+
public const string Tag = "0.10.0";
88

99
public const string OpenWebUIRegistry = "ghcr.io";
1010
public const string OpenWebUIImage = "open-webui/open-webui";
11-
public const string OpenWebUITag = "0.6.10";
11+
public const string OpenWebUITag = "0.6.18";
1212
}

0 commit comments

Comments
 (0)