We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5e876 commit 2a5254bCopy full SHA for 2a5254b
packages/modules/azurecosmosdb/src/azure-cosmosdb-emulator-container.ts
@@ -23,7 +23,7 @@ export class AzureCosmosDbEmulatorContainer extends GenericContainer {
23
private explorerEnabled = DEFAULT_EXPLORER_ENABLED;
24
private portGenerator: PortGenerator;
25
26
- constructor(image = "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview") {
+ constructor(image = "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-EN20250228") {
27
super(image);
28
this.portGenerator = new RandomUniquePortGenerator();
29
this.withWaitStrategy(Wait.forLogMessage(COSMOS_READY_LOG_MESSAGE));
0 commit comments