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 2d95842 commit c225bb2Copy full SHA for c225bb2
embedded-azurite/src/main/java/com/playtika/testcontainer/azurite/AzuriteProperties.java
@@ -30,6 +30,6 @@ public class AzuriteProperties extends CommonContainerProperties {
30
public String getDefaultDockerImage() {
31
// Please don`t remove this comment.
32
// renovate: datasource=docker
33
- return "mcr.microsoft.com/azure-storage/azurite:3.23.0";
+ return "mcr.microsoft.com/azure-storage/azurite:3.25.0";
34
}
35
0 commit comments