Skip to content

Commit 6dbb625

Browse files
committed
chore(deps): update mongo docker tag to v7.0.9
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | mongo | 7.0.5 | 7.0.9 |
1 parent 0ec11c1 commit 6dbb625

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
@@ -35,6 +35,6 @@ public MongodbProperties() {
3535
public String getDefaultDockerImage() {
3636
// Please don`t remove this comment.
3737
// renovate: datasource=docker
38-
return "mongo:7.0.5-jammy";
38+
return "mongo:7.0.9-jammy";
3939
}
4040
}

0 commit comments

Comments
 (0)