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 418e729 commit bea105bCopy full SHA for bea105b
packages/modules/azurite/src/azurite-container.test.ts
@@ -3,7 +3,7 @@ import { BlobServiceClient, StorageSharedKeyCredential } from "@azure/storage-bl
3
import { QueueServiceClient } from "@azure/storage-queue";
4
import { AzuriteContainer } from "./azurite-container";
5
6
-const IMAGE = "mcr.microsoft.com/azure-storage/azurite:3.33.0";
+const IMAGE = "mcr.microsoft.com/azure-storage/azurite:3.34.0";
7
8
describe("Azurite", { timeout: 240_000 }, () => {
9
// uploadAndDownloadBlob {
0 commit comments