Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v7.0.4 (#1657)
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | mongo   | 7.0.3 | 7.0.4 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Dec 15, 2023
1 parent c832234 commit 738faaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public MongodbProperties() {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "mongo:7.0.3-jammy";
return "mongo:7.0.4-jammy";
}
}

0 comments on commit 738faaa

Please sign in to comment.