summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-20 14:11:41 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-20 14:11:41 +0200
commit0c15048bdd1da5928525585b1d24c5dbe8a68bbc (patch)
tree2ece91b977673cddb28566c29d60eaf065b531a1 /Dockerfile
parent74877fd10d083a5ebd19d17128d26306426f1204 (diff)
downloadwekan-0c15048bdd1da5928525585b1d24c5dbe8a68bbc.tar.gz
wekan-0c15048bdd1da5928525585b1d24c5dbe8a68bbc.tar.bz2
wekan-0c15048bdd1da5928525585b1d24c5dbe8a68bbc.zip
Use Node 4.6.7. Add paxctl fix to snap.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f8027594..70f1af2f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ 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:-v4.8.6}
+ENV NODE_VERSION ${NODE_VERSION:-v4.8.7}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}
ENV USE_EDGE ${USE_EDGE:-false}
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}