diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-10 19:33:38 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-10 19:33:38 +0300 |
commit | f21afdc5f1997375f9a509df3f121cd763c07d2f (patch) | |
tree | daa74e6194119ec7fe6eb5020fe594d369492792 | |
parent | a864223f4a7ba3e04ac64ebe54b68a2e3b941e82 (diff) | |
download | wekan-f21afdc5f1997375f9a509df3f121cd763c07d2f.tar.gz wekan-f21afdc5f1997375f9a509df3f121cd763c07d2f.tar.bz2 wekan-f21afdc5f1997375f9a509df3f121cd763c07d2f.zip |
- Try to fix Dockerfile
Thanks to xet7 !
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ ARG LDAP_DEFAULT_DOMAIN # ENV BUILD_DEPS="paxctl" ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7" \ NODE_VERSION=v8.12.0 \ - METEOR_RELEASE= \ + METEOR_RELEASE=1.8.1-beta.0 \ USE_EDGE=false \ METEOR_EDGE=1.5-beta.17 \ NPM_VERSION=latest \ |