From e637129d0db30623c154a52047896f6886529924 Mon Sep 17 00:00:00 2001 From: David Garton Date: Tue, 11 Aug 2026 23:28:52 -0400 Subject: [PATCH] Update Sqlite web image tag to version 0.8.0 Replaced the `latest` tag with a specific version for the `coleifer/sqlite-web` image to avoid issues related to changes in the latest tag. --- .../SqliteContainerImageTags.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommunityToolkit.Aspire.Hosting.Sqlite/SqliteContainerImageTags.cs b/src/CommunityToolkit.Aspire.Hosting.Sqlite/SqliteContainerImageTags.cs index 9d37d7823..d0824399e 100644 --- a/src/CommunityToolkit.Aspire.Hosting.Sqlite/SqliteContainerImageTags.cs +++ b/src/CommunityToolkit.Aspire.Hosting.Sqlite/SqliteContainerImageTags.cs @@ -3,6 +3,6 @@ namespace Aspire.Hosting.ApplicationModel; internal static class SqliteContainerImageTags { public const string SqliteWebImage = "coleifer/sqlite-web"; - public const string SqliteWebTag = "latest"; // we have to use `latest` as the image doesn't publish any other image tags. + public const string SqliteWebTag = "0.8.0"; public const string SqliteWebRegistry = "ghcr.io"; } \ No newline at end of file