There was an error while loading. Please reload this page.
1 parent d07629c commit 87e0b92Copy full SHA for 87e0b92
1 file changed
src/Testcontainers.CosmosDb/CosmosDbBuilder.cs
@@ -26,7 +26,7 @@ public CosmosDbBuilder()
26
/// </summary>
27
/// <param name="image">
28
/// The full Docker image name, including the image repository and tag
29
- /// (e.g., <c>mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest</c>).
+ /// (e.g., <c>mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview</c>).
30
/// </param>
31
/// <remarks>
32
/// Docker image tags available at <see href="https://hub.docker.com/r/microsoft/azure-cosmosdb-emulator" />.
0 commit comments