Skip to content

Commit

Permalink
FIX from MongoDB 3.6 to MongoDB 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Nov 27, 2020
1 parent f18e00a commit a870b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:3.6
image: mongo:4.2
ports:
- 27017:27017
strategy:
Expand All @@ -82,7 +82,7 @@ jobs:
needs: unit-test
services:
mongodb:
image: mongo:3.6
image: mongo:4.2
ports:
- 27017:27017
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- "IOTA_PROVIDER_URL=http://iot-agent:4041"

mongodb:
image: mongo:3.6
image: mongo:4.2
hostname: mongodb
container_name: db-mongo
ports:
Expand Down

0 comments on commit a870b01

Please sign in to comment.