summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-29 21:37:28 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-29 21:37:28 +0300
commit3ade9d95a69b269c345127e1755e1b539dc07263 (patch)
treef07650a1a3e976baf40592e3ddae7fc3c7e54e88 /Dockerfile
parent55c5f07026e48fbbd29cfbe9fbaa7793e0fe4b6f (diff)
downloadwekan-3ade9d95a69b269c345127e1755e1b539dc07263.tar.gz
wekan-3ade9d95a69b269c345127e1755e1b539dc07263.tar.bz2
wekan-3ade9d95a69b269c345127e1755e1b539dc07263.zip
Upgrade to Node v12.17.0
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 390f21bc..d696eb0e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
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.3 \
+ NODE_VERSION=v12.17.0 \
METEOR_RELEASE=1.10.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \