Skip to content

Commit

Permalink
Upgrades the mongo container to 6.0.13
Browse files Browse the repository at this point in the history
Fixes: DO-139
  • Loading branch information
idlira committed Feb 5, 2024
1 parent 40de016 commit 7e4715a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
hostname: redis-jupiter

mongo:
image: mongo:5.0.9
image: mongo:6.0.13
ports:
- "27017"
hostname: mongo
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
hostname: redis-jupiter

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

0 comments on commit 7e4715a

Please sign in to comment.