diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-02-07 03:12:27 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2020-02-07 03:12:27 +0200 |
commit | 8384d68a060ef8f2c202ce2fa6064c5c823d28dc (patch) | |
tree | c0f49e54f2ffa99c4e590839ab8f9981b635a60e /Dockerfile | |
parent | 120a430deb04afe2cafc95a02298d2ead25b1d56 (diff) | |
download | wekan-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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |