瀏覽代碼

Upgrade node to v8.15.1

Thanks to xet7 !
Lauri Ojansivu 6 年之前
父節點
當前提交
5cafdd9878
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      Dockerfile
  2. 1 1
      snapcraft.yaml
  3. 1 1
      stacksmith/user-scripts/build.sh

+ 1 - 1
Dockerfile

@@ -87,7 +87,7 @@ ARG DEFAULT_AUTHENTICATION_METHOD
 # 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.0 \
+    NODE_VERSION=v8.15.1 \
     METEOR_RELEASE=1.6.0.1 \
     USE_EDGE=false \
     METEOR_EDGE=1.5-beta.17 \

+ 1 - 1
snapcraft.yaml

@@ -81,7 +81,7 @@ parts:
     wekan:
         source: .
         plugin: nodejs
-        node-engine: 8.15.0
+        node-engine: 8.15.1
         node-packages:
             - node-gyp
             - node-pre-gyp

+ 1 - 1
stacksmith/user-scripts/build.sh

@@ -2,7 +2,7 @@
 set -euxo pipefail
 
 BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
-NODE_VERSION=v8.15.0
+NODE_VERSION=v8.15.1
 #METEOR_RELEASE=1.6.0.1 - for Stacksmith, meteor-1.8 branch that could have METEOR@1.8.1-beta.8 or newer
 USE_EDGE=false
 METEOR_EDGE=1.5-beta.17