浏览代码

- Upgrade to node v8.14.1

Thanks to xet7 !
Lauri Ojansivu 6 年之前
父节点
当前提交
f7153da83d
共有 5 个文件被更改,包括 7 次插入7 次删除
  1. 1 1
      Dockerfile
  2. 2 2
      rebuild-wekan.sh
  3. 2 2
      releases/virtualbox/rebuild-wekan.sh
  4. 1 1
      snapcraft.yaml
  5. 1 1
      stacksmith/user-scripts/build.sh

+ 1 - 1
Dockerfile

@@ -76,7 +76,7 @@ ARG DEFAULT_AUTHENTICATION_METHOD
 # DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
 # DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
 # ENV BUILD_DEPS="paxctl"
 # ENV BUILD_DEPS="paxctl"
 ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7" \
 ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7" \
-    NODE_VERSION=v8.14.0 \
+    NODE_VERSION=v8.14.1 \
     METEOR_RELEASE=1.6.0.1 \
     METEOR_RELEASE=1.6.0.1 \
     USE_EDGE=false \
     USE_EDGE=false \
     METEOR_EDGE=1.5-beta.17 \
     METEOR_EDGE=1.5-beta.17 \

+ 2 - 2
rebuild-wekan.sh

@@ -4,7 +4,7 @@ echo "Note: If you use other locale than en_US.UTF-8 , you need to additionally
 echo "      with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
 echo "      with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
 echo "      You can still use any other locale as your main locale."
 echo "      You can still use any other locale as your main locale."
 
 
-X64NODE="https://nodejs.org/dist/v8.14.0/node-v8.14.0-linux-x64.tar.gz"
+X64NODE="https://nodejs.org/dist/v8.14.1/node-v8.14.1-linux-x64.tar.gz"
 
 
 function pause(){
 function pause(){
 	read -p "$*"
 	read -p "$*"
@@ -74,7 +74,7 @@ do
 				sudo apt install -y build-essential git curl wget
 				sudo apt install -y build-essential git curl wget
 #				sudo apt -y install nodejs npm
 #				sudo apt -y install nodejs npm
 #				npm_call -g install n
 #				npm_call -g install n
-#				sudo n 8.14.0
+#				sudo n 8.14.1
 			fi
 			fi
 
 
 #			if [ "$(grep -Ei 'debian' /etc/*release)" ]; then
 #			if [ "$(grep -Ei 'debian' /etc/*release)" ]; then

+ 2 - 2
releases/virtualbox/rebuild-wekan.sh

@@ -4,7 +4,7 @@ echo "Note: If you use other locale than en_US.UTF-8 , you need to additionally
 echo "      with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
 echo "      with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
 echo "      You can still use any other locale as your main locale."
 echo "      You can still use any other locale as your main locale."
 
 
-X64NODE="https://releases.wekan.team/node-v8.14.0-linux-x64.tar.gz"
+X64NODE="https://nodejs.org/dist/v8.14.1/node-v8.14.1-linux-x64.tar.gz"
 
 
 function pause(){
 function pause(){
 	read -p "$*"
 	read -p "$*"
@@ -25,7 +25,7 @@ do
 				sudo apt install -y build-essential git curl wget
 				sudo apt install -y build-essential git curl wget
 				sudo apt -y install nodejs npm
 				sudo apt -y install nodejs npm
 				sudo npm -g install n
 				sudo npm -g install n
-				sudo n 8.14.0
+				sudo n 8.14.1
 			fi
 			fi
 
 
 			if [ "$(grep -Ei 'debian' /etc/*release)" ]; then
 			if [ "$(grep -Ei 'debian' /etc/*release)" ]; then

+ 1 - 1
snapcraft.yaml

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

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

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