Skip to content

Commit a22e692

Browse files
chore(deps): update mcr.microsoft.com/azure-storage/azurite docker tag to v3.32.0 (#2028)
| datasource | package | from | to | | ---------- | --------------------------------------- | ------ | ------ | | docker | mcr.microsoft.com/azure-storage/azurite | 3.31.0 | 3.32.0 | Co-authored-by: Renovate Bot <[email protected]>
1 parent eb50b7c commit a22e692

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.31.0";
33+
return "mcr.microsoft.com/azure-storage/azurite:3.32.0";
3434
}
3535
}

0 commit comments

Comments
 (0)