Skip to content

Commit 95b8f23

Browse files
authored
Upgrade Azurite: 3.28.0 → 3.34.0
The older version of Azurite is not compatible with the latest Azure Storage client packages, so this is blocking users (like me) from upgrading those packages.
1 parent fff9742 commit 95b8f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Testcontainers.Azurite/AzuriteBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Testcontainers.Azurite;
44
[PublicAPI]
55
public sealed class AzuriteBuilder : ContainerBuilder<AzuriteBuilder, AzuriteContainer, AzuriteConfiguration>
66
{
7-
public const string AzuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.28.0";
7+
public const string AzuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.34.0";
88

99
public const ushort BlobPort = 10000;
1010

@@ -122,4 +122,4 @@ protected override AzuriteBuilder Merge(AzuriteConfiguration oldValue, AzuriteCo
122122
{
123123
return new AzuriteBuilder(new AzuriteConfiguration(oldValue, newValue));
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)