Skip to content

Commit

Permalink
Updating some container images
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Dec 9, 2024
1 parent 0d121c7 commit 4e1b226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ internal static class DataApiBuilderContainerImageTags
{
public const string Registry = "mcr.microsoft.com";
public const string Image = "azure-databases/data-api-builder";
public const string Tag = "1.2.11";
public const string Tag = "1.3.19";
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ internal static class OllamaContainerImageTags
{
public const string Registry = "docker.io";
public const string Image = "ollama/ollama";
public const string Tag = "0.4.6";
public const string Tag = "0.5.1";

public const string OpenWebUIRegistry = "ghcr.io";
public const string OpenWebUIImage = "open-webui/open-webui";
public const string OpenWebUITag = "0.4.6";
public const string OpenWebUITag = "0.4.8";
}

0 comments on commit 4e1b226

Please sign in to comment.