Skip to content

Commit

Permalink
Merge pull request #671 from scireum/ili/DO-188
Browse files Browse the repository at this point in the history
Upgrades the mongodb container to 7.0.16
  • Loading branch information
idlira authored Feb 12, 2025
2 parents 2264436 + 10879cf commit 91b0e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/docker-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
hostname: redis

mongo:
image: mongo:6.0.13
image: mongo:7.0.16
ports:
- "27017"
hostname: mongo
Expand Down

0 comments on commit 91b0e4a

Please sign in to comment.