Skip to content

Commit

Permalink
Update rest of the mongo instances in databases
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Sep 24, 2024
1 parent 5b5fbbe commit e663306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ services:
context: .
dockerfile: Dockerfile-test
mongo:
image: mongo:5.0
image: mongo:6.0.17
ports:
- "27017:27017"
2 changes: 1 addition & 1 deletion geocoding/location-service/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ services:
context: .
dockerfile: Dockerfile-test
mongo:
image: mongo:5.0
image: mongo:6.0.17
ports:
- "27017:27017"

0 comments on commit e663306

Please sign in to comment.