summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-03 18:19:25 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-03 18:19:25 +0200
commitfe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4 (patch)
tree4ad68ab0bbaab6ae96b8115a122d974ea68ce47f /Dockerfile
parent40367995e739ab96cad82d3806b46874d5260c5f (diff)
downloadwekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.tar.gz
wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.tar.bz2
wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.zip
- Upgrade Node from v8.12 to v8.14
- Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 966e0e1d..641d3d38 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -75,7 +75,7 @@ ARG CORS
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7" \
- NODE_VERSION=v8.12.0 \
+ NODE_VERSION=v8.14.0 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \