Skip to content

Commit

Permalink
Merge pull request #1930 from scireum/ili/DO-139
Browse files Browse the repository at this point in the history
Upgrades the mongo container to 6.0.13
  • Loading branch information
idlira authored Feb 7, 2024
2 parents 057d5fe + 7e4715a commit 235bd5f
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 235bd5f

Please sign in to comment.