Skip to content

Commit c225bb2

Browse files
Update mcr.microsoft.com/azure-storage/azurite Docker tag to v3.25.0 (PlaytikaOSS#1424)
| datasource | package | from | to | | ---------- | --------------------------------------- | ------ | ------ | | docker | mcr.microsoft.com/azure-storage/azurite | 3.23.0 | 3.25.0 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 2d95842 commit c225bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-azurite/src/main/java/com/playtika/testcontainer/azurite/AzuriteProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ public class AzuriteProperties extends CommonContainerProperties {
3030
public String getDefaultDockerImage() {
3131
// Please don`t remove this comment.
3232
// renovate: datasource=docker
33-
return "mcr.microsoft.com/azure-storage/azurite:3.23.0";
33+
return "mcr.microsoft.com/azure-storage/azurite:3.25.0";
3434
}
3535
}

0 commit comments

Comments
 (0)