Skip to content

Commit

Permalink
Merge pull request #48 from fisuda/feature/mongodb
Browse files Browse the repository at this point in the history
 Update Mongodb to 6.0
  • Loading branch information
fisuda authored Jun 9, 2024
2 parents d455f38 + 91d82a0 commit dbbc708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## FIWARE Small Bang v0.5.0-next

- Update Mongodb to 6.0 (#48)
- Update node.js dependencies (#47)
- Update Orion to 4.0.0 (#46)

Expand Down
2 changes: 1 addition & 1 deletion setup-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ CONFIG_DIR=${CONFIG_DIR}
DATA_DIR=${DATA_DIR}
EOF

IMAGE_MONGO=mongo:4.4
IMAGE_MONGO=mongo:6.0

IMAGE_NGINX=nginx:1.25
IMAGE_MEMCACHED=memcached:1
Expand Down

0 comments on commit dbbc708

Please sign in to comment.