Skip to content

Commit 0cb3aee

Browse files
committed
- Upgrade to MongoDB v3.2.21
Thanks to xet7 !
1 parent b39458d commit 0cb3aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44

55
wekandb:
6-
image: mongo:3.2.20
6+
image: mongo:3.2.21
77
container_name: wekan-db
88
restart: always
99
command: mongod --smallfiles --oplogSize 128

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ apps:
6565

6666
parts:
6767
mongodb:
68-
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.20.tgz
68+
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.21.tgz
6969
plugin: dump
7070
stage-packages: [libssl1.0.0]
7171
filesets:

0 commit comments

Comments
 (0)