summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-20 14:52:37 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-20 14:52:37 +0300
commit6117097a93bfb11c8bd4c87a23c44a50e22ceb87 (patch)
tree0c24db529a643ae16123b63cfc9c990a87790aa9 /Dockerfile
parentfee732dba1366931aec4f341f47f86d62ec21e8c (diff)
downloadwekan-6117097a93bfb11c8bd4c87a23c44a50e22ceb87.tar.gz
wekan-6117097a93bfb11c8bd4c87a23c44a50e22ceb87.tar.bz2
wekan-6117097a93bfb11c8bd4c87a23c44a50e22ceb87.zip
- Upgrade to Node 8.16.0
- Change git repo urls from git:// to https:// 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 6f081117..3286b1e7 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 build-essential python python3 python3-distutils git ca-certificates gcc-7" \
DEBUG=false \
- NODE_VERSION=v8.15.1 \
+ NODE_VERSION=v8.16.0 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \