Skip to content

Commit

Permalink
Merge pull request telefonicaid#91 from telefonicaid/hardening/mongo42
Browse files Browse the repository at this point in the history
FIX from MongoDB 3.6 to MongoDB 4.2
  • Loading branch information
AlvaroVega authored Dec 2, 2020
2 parents f18e00a + a870b01 commit a838f43
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 a838f43

Please sign in to comment.