summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-22 21:35:13 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-22 21:35:13 +0300
commitd1f98d0c472fb41e25fb29a9a6f6dae7db003f6f (patch)
tree40f63dbf213e14a7e8f3a4e09b2219bbdeee83b0 /Dockerfile
parent323de77a8332a0e390ba9f1e6f5c70a0a3e32e76 (diff)
downloadwekan-d1f98d0c472fb41e25fb29a9a6f6dae7db003f6f.tar.gz
wekan-d1f98d0c472fb41e25fb29a9a6f6dae7db003f6f.tar.bz2
wekan-d1f98d0c472fb41e25fb29a9a6f6dae7db003f6f.zip
Upgrade to Meteor 1.10.2
Thanks to Meteor 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 67f7d329..b656c800 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="wekan"
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.2 \
- METEOR_RELEASE=1.10-rc.2 \
+ METEOR_RELEASE=1.10.2 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
NPM_VERSION=latest \