Skip to content

Commit 2690e1e

Browse files
author
David J. M. Karlsen
committed
Upgrade mongo image
1 parent 0aadd12 commit 2690e1e

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)