From 7c9b194bb6ec0a9ee81780ddd873642657b786de Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Jul 2017 23:49:21 +0300 Subject: [PATCH] MongoDB v3.2.16 --- docker-compose.yml | 2 +- snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 22ccb71c6..ae0e5b907 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '2' services: wekandb: - image: mongo:3.2.15 + image: mongo:3.2.16 container_name: wekan-db restart: always command: mongod --smallfiles --oplogSize 128 diff --git a/snapcraft.yaml b/snapcraft.yaml index 48652a5b4..c32c42711 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -53,7 +53,7 @@ apps: parts: mongodb: - source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.15.tgz + source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.16.tgz plugin: dump stage-packages: [libssl1.0.0] filesets: