summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-13 21:46:33 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-13 21:46:33 +0200
commit1eb3d25b40797fdab41d7dd59405cfcea81dcc61 (patch)
tree9c9a8e7435e546a06ec6a7ed604e114d893a4702 /Dockerfile
parent7206e2528f87488d3076e2f9b2d9b80d9fe2d84f (diff)
downloadwekan-1eb3d25b40797fdab41d7dd59405cfcea81dcc61.tar.gz
wekan-1eb3d25b40797fdab41d7dd59405cfcea81dcc61.tar.bz2
wekan-1eb3d25b40797fdab41d7dd59405cfcea81dcc61.zip
Update Node.js to v8.16.2.
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 03ea9699..31e12a47 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ LABEL maintainer="wekan"
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates" \
DEBUG=false \
- NODE_VERSION=v8.16.1 \
+ NODE_VERSION=v8.16.2 \
METEOR_RELEASE=1.8.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \