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 ceb4317 commit c59cba9Copy full SHA for c59cba9
src/integrationTest/java/com/hivemq/extensions/cluster/discovery/azure/DockerImageNames.java
@@ -20,7 +20,7 @@
20
21
public final class DockerImageNames {
22
23
- public static final @NotNull DockerImageName AZURITE_IMAGE = DockerImageName.parse("mcr.microsoft.com/azure-storage/azurite:3.14.3");
+ public static final @NotNull DockerImageName AZURITE_IMAGE = DockerImageName.parse("mcr.microsoft.com/azure-storage/azurite:3.29.0");
24
25
public static final @NotNull DockerImageName TOXIPROXY_IMAGE = DockerImageName.parse("shopify/toxiproxy:2.1.0");
26
0 commit comments