summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-07-23 17:32:08 +0300
committerLauri Ojansivu <x@xet7.org>2020-07-23 17:32:08 +0300
commit6f503ca818abff17a20b6612aeea1f9e2c4a8234 (patch)
tree1bf621b2a9eae3fc00782daf48aca0970eb15c7a /Dockerfile
parent1b927a9d3a88e9617374945d53d40b85db32197b (diff)
downloadwekan-6f503ca818abff17a20b6612aeea1f9e2c4a8234.tar.gz
wekan-6f503ca818abff17a20b6612aeea1f9e2c4a8234.tar.bz2
wekan-6f503ca818abff17a20b6612aeea1f9e2c4a8234.zip
Upgrade to Node 12.18.3
Thanks to Node developers !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 03b85dd0..ea3e1cfd 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.18.2 \
+ NODE_VERSION=v12.18.3 \
METEOR_RELEASE=1.10.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \