Skip to content

Commit

Permalink
Merge pull request #85 from clementguillot/renovate/mongo-7.x
Browse files Browse the repository at this point in the history
chore(deps): update mongo docker tag to v7.0.8
  • Loading branch information
clementguillot authored Apr 8, 2024
2 parents 1e2163e + 8efc5dd commit 6ee5ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
mongo:
image: mongo:7.0.7
image: mongo:7.0.8
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
ports:
- 27017:27017
Expand Down

0 comments on commit 6ee5ff5

Please sign in to comment.