summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-11 21:41:52 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-11 21:41:52 +0200
commitddcdcb6e088b2c9660cf2ca4961e9400c56bbbe1 (patch)
treeabc77b6c925df77110c48eb8eb947933b0d54d02
parent7afea1809f3b14ec40b530bbf5f2cb14c75bf3e6 (diff)
downloadwekan-ddcdcb6e088b2c9660cf2ca4961e9400c56bbbe1.tar.gz
wekan-ddcdcb6e088b2c9660cf2ca4961e9400c56bbbe1.tar.bz2
wekan-ddcdcb6e088b2c9660cf2ca4961e9400c56bbbe1.zip
Use Node v6.12.2 and Meteor v1.6.0
-rw-r--r--Dockerfile4
-rw-r--r--snapcraft.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 9b07fa30..f8a39388 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,8 +15,8 @@ ARG SRC_PATH
# paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl"
ENV GOSU_VERSION=1.10
-ENV NODE_VERSION ${NODE_VERSION:-v6.12.0}
-ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6}
+ENV NODE_VERSION ${NODE_VERSION:-v6.12.2}
+ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0}
ENV USE_EDGE ${USE_EDGE:-false}
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
ENV NPM_VERSION ${NPM_VERSION:-5.6.0}
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 674b8354..e574be1f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -70,7 +70,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 6.12
+ node-engine: 6.12.2
node-packages:
- npm@5.6.0
- node-gyp