Skip to content

Commit 248abe7

Browse files
committed
fix: cosmosdb image was expired, updated to latest for mongodb support
1 parent e7feb53 commit 248abe7

File tree

1 file changed

+1
-1
lines changed
  • modules/cosmosdb/testcontainers/cosmosdb

1 file changed

+1
-1
lines changed

modules/cosmosdb/testcontainers/cosmosdb/mongodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(
2727
self,
2828
mongodb_version: str,
2929
image: str = os.getenv(
30-
"AZURE_COSMOS_EMULATOR_IMAGE", "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:mongodb"
30+
"AZURE_COSMOS_EMULATOR_IMAGE", "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest"
3131
),
3232
**other_kwargs,
3333
):

0 commit comments

Comments
 (0)