Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge to get security etc updates.

This commit is contained in:
Lauri Ojansivu 2017-07-14 23:10:57 +03:00
parent 4ab2c0d815
commit 9513053816
4 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ version: '2'
services:
wekandb:
image: mongo:3.2.14
image: mongo:3.2.15
container_name: wekan-db
restart: always
command: mongod --smallfiles --oplogSize 128