Skip to content

Commit

Permalink
feat: Update Azurite image version to 3.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Sep 20, 2024
1 parent 7174786 commit f15695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers.Azurite/AzuriteBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Testcontainers.Azurite;
[PublicAPI]
public sealed class AzuriteBuilder : ContainerBuilder<AzuriteBuilder, AzuriteContainer, AzuriteConfiguration>
{
public const string AzuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.28.0";
public const string AzuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.32.0";

public const ushort BlobPort = 10000;

Expand Down

0 comments on commit f15695a

Please sign in to comment.