Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MongoDB and test_db versions. #139

Merged
merged 2 commits into from
Dec 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump MongoDB and test_db versions.
  • Loading branch information
AlekSi committed Dec 9, 2021
commit dbe10da635f2e4500eda57a29caeb31685f87b18
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

# for compatibility testing and mongosh
mongodb:
image: mongo:5.0.4
image: mongo:5.0.5
container_name: ferretdb_mongodb
ports:
- 127.0.0.1:37017:27017
Expand All @@ -33,7 +33,7 @@ services:
- test_db_mongodb:/test_db/:ro

test_db:
image: aleksi/test_db:1.2.0
image: aleksi/test_db:1.2.1
container_name: ferretdb_test_db
volumes:
- test_db_postgres:/test_db/postgresql/pagila:ro
Expand Down