Skip to content

Commit 66be67c

Browse files
authored
Update hard coded version to "latest"
Not sure why I pinned this to an old version in the first place.
1 parent db4b120 commit 66be67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder/DataApiBuilderContainerImageTags.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ internal static class DataApiBuilderContainerImageTags
44
{
55
public const string Registry = "mcr.microsoft.com";
66
public const string Image = "azure-databases/data-api-builder";
7-
public const string Tag = "1.3.19";
8-
}
7+
public const string Tag = "latest";
8+
}

0 commit comments

Comments
 (0)