We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39458d commit 0cb3aeeCopy full SHA for 0cb3aee
docker-compose.yml
@@ -3,7 +3,7 @@ version: '2'
3
services:
4
5
wekandb:
6
- image: mongo:3.2.20
+ image: mongo:3.2.21
7
container_name: wekan-db
8
restart: always
9
command: mongod --smallfiles --oplogSize 128
snapcraft.yaml
@@ -65,7 +65,7 @@ apps:
65
66
parts:
67
mongodb:
68
- source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.20.tgz
+ source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.21.tgz
69
plugin: dump
70
stage-packages: [libssl1.0.0]
71
filesets:
0 commit comments