diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-03 18:19:25 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-03 18:19:25 +0200 |
commit | fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4 (patch) | |
tree | 4ad68ab0bbaab6ae96b8115a122d974ea68ce47f /Dockerfile | |
parent | 40367995e739ab96cad82d3806b46874d5260c5f (diff) | |
download | wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.tar.gz wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.tar.bz2 wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.zip |
- Upgrade Node from v8.12 to v8.14
- Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before.
Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ ARG CORS # DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303 # 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 \ + NODE_VERSION=v8.14.0 \ METEOR_RELEASE=1.6.0.1 \ USE_EDGE=false \ METEOR_EDGE=1.5-beta.17 \ |