summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-02-07 03:12:27 +0200
committerLauri Ojansivu <x@xet7.org>2020-02-07 03:12:27 +0200
commit8384d68a060ef8f2c202ce2fa6064c5c823d28dc (patch)
treec0f49e54f2ffa99c4e590839ab8f9981b635a60e /Dockerfile
parent120a430deb04afe2cafc95a02298d2ead25b1d56 (diff)
downloadwekan-8384d68a060ef8f2c202ce2fa6064c5c823d28dc.tar.gz
wekan-8384d68a060ef8f2c202ce2fa6064c5c823d28dc.tar.bz2
wekan-8384d68a060ef8f2c202ce2fa6064c5c823d28dc.zip
Use Meteor 1.9 and Node.js 12.15.0 on Snap and Docker.
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 856b39ff..1d499f6d 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.14.1 \
+ NODE_VERSION=v12.15.0 \
METEOR_RELEASE=1.9.0 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \