diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-15 18:54:03 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-15 18:54:03 +0200 |
commit | 0495e61c288432662995a9a59c9c13ecb93639ea (patch) | |
tree | 5b32d4e460625aeda5e19b884537de9bef85668a | |
parent | c1c3421006b8872d0b4a351c798c79e0fbb0250a (diff) | |
download | wekan-0495e61c288432662995a9a59c9c13ecb93639ea.tar.gz wekan-0495e61c288432662995a9a59c9c13ecb93639ea.tar.bz2 wekan-0495e61c288432662995a9a59c9c13ecb93639ea.zip |
Change snap to previous MongoDB version 3.2.18 because of data loss:
https://github.com/wekan/wekan-mongodb/issues/9
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 1de64b71..e28987db 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -65,7 +65,7 @@ apps: parts: mongodb: - source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.19.tgz + source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.18.tgz plugin: dump stage-packages: [libssl1.0.0] filesets: |