Skip to content

Commit 2a5254b

Browse files
committed
use more specific version tag
1 parent eb5e876 commit 2a5254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/azurecosmosdb/src/azure-cosmosdb-emulator-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class AzureCosmosDbEmulatorContainer extends GenericContainer {
2323
private explorerEnabled = DEFAULT_EXPLORER_ENABLED;
2424
private portGenerator: PortGenerator;
2525

26-
constructor(image = "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview") {
26+
constructor(image = "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-EN20250228") {
2727
super(image);
2828
this.portGenerator = new RandomUniquePortGenerator();
2929
this.withWaitStrategy(Wait.forLogMessage(COSMOS_READY_LOG_MESSAGE));

0 commit comments

Comments
 (0)