summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-26 22:29:04 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-26 22:29:04 +0200
commit77ff6349f6f85dc83d51ecc4078856846383048a (patch)
tree81d93a774b3b64b68e787f31903e2a616185d039 /snapcraft.yaml
parent879ad4001dc4cce58dc04522bbd2433ac4b8f8bb (diff)
downloadwekan-77ff6349f6f85dc83d51ecc4078856846383048a.tar.gz
wekan-77ff6349f6f85dc83d51ecc4078856846383048a.tar.bz2
wekan-77ff6349f6f85dc83d51ecc4078856846383048a.zip
- Use Node 8.15.0 and MongoDB 3.2.22.
- Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken. Thanks to xet7 !
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 4831f150..d14d8037 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.21.tgz
+ source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz
plugin: dump
stage-packages: [libssl1.0.0]
filesets:
@@ -81,7 +81,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 8.14.1
+ node-engine: 8.15.0
node-packages:
- node-gyp
- node-pre-gyp