Skip to content

Commit caccbb0

Browse files
author
David J. M. Karlsen
committed
Merge branch 'feature/upgrade-mongo' into feature/upgrade-azure-boot
2 parents 6c998d1 + 2690e1e commit caccbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-mongodb/src/main/java/com/playtika/testcontainer/mongodb/MongodbProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ public MongodbProperties() {
3434
public String getDefaultDockerImage() {
3535
// Please don`t remove this comment.
3636
// renovate: datasource=docker
37-
return "mongo:6.0.5-jammy";
37+
return "mongo:6.0.8-jammy";
3838
}
3939
}

0 commit comments

Comments
 (0)