Skip to content

Commit c7dedf1

Browse files
authored
Bumping ollama and open webui tags (#819)
1 parent abff708 commit c7dedf1

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.3";
7+
public const string Tag = "0.11.8";
88

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

0 commit comments

Comments
 (0)