summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-09 22:47:11 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-09 22:47:11 +0300
commit6db717b9b384fe1491063e507b80e67791a07e3a (patch)
tree739f3a23c7c54b390ffee76ee57571f74c49eeb2 /Dockerfile
parentf389fd95fb3dc368bc9263d11de5224e6e89f428 (diff)
downloadwekan-6db717b9b384fe1491063e507b80e67791a07e3a.tar.gz
wekan-6db717b9b384fe1491063e507b80e67791a07e3a.tar.bz2
wekan-6db717b9b384fe1491063e507b80e67791a07e3a.zip
Upgrade to Node v12.16.2
Thanks to Node developers and xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 29248ca1..63002e79 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ LABEL maintainer="wekan"
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
DEBUG=false \
- NODE_VERSION=v12.16.1 \
+ NODE_VERSION=v12.16.2 \
METEOR_RELEASE=1.10-rc.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \