Skip to content

Commit 0c2bd77

Browse files
authored
Update Ollama and OpenWebUI tags to latest versions (#1003)
1 parent 8c4e144 commit 0c2bd77

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.11.8";
7+
public const string Tag = "0.13.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.26";
11+
public const string OpenWebUITag = "0.6.38";
1212
}

0 commit comments

Comments
 (0)