From f668629250ce948a9fd495326d9b91f036cb5964 Mon Sep 17 00:00:00 2001 From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:25:22 +0100 Subject: [PATCH] docs(CosmosDb): Replace unsupported tag 'latest' with 'vnext-preview' --- src/Testcontainers.CosmosDb/CosmosDbBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Testcontainers.CosmosDb/CosmosDbBuilder.cs b/src/Testcontainers.CosmosDb/CosmosDbBuilder.cs index cb1c01022..5ea80b51b 100644 --- a/src/Testcontainers.CosmosDb/CosmosDbBuilder.cs +++ b/src/Testcontainers.CosmosDb/CosmosDbBuilder.cs @@ -26,7 +26,7 @@ public CosmosDbBuilder() /// /// /// The full Docker image name, including the image repository and tag - /// (e.g., mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest). + /// (e.g., mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview). /// /// /// Docker image tags available at .