summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-21 22:11:43 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-21 22:11:43 +0200
commitf7153da83d8378bc19b24344ddee013206568e3d (patch)
treeca3c381d6a4ac2d877900257ec9d1970aafb57fb
parent16d53897c7dbee3ab041190a0ab043e1dfb49ac8 (diff)
downloadwekan-f7153da83d8378bc19b24344ddee013206568e3d.tar.gz
wekan-f7153da83d8378bc19b24344ddee013206568e3d.tar.bz2
wekan-f7153da83d8378bc19b24344ddee013206568e3d.zip
- Upgrade to node v8.14.1
Thanks to xet7 !
-rw-r--r--Dockerfile2
-rwxr-xr-xrebuild-wekan.sh4
-rwxr-xr-xreleases/virtualbox/rebuild-wekan.sh4
-rw-r--r--snapcraft.yaml2
-rwxr-xr-xstacksmith/user-scripts/build.sh2
5 files changed, 7 insertions, 7 deletions
diff --git a/Dockerfile b/Dockerfile
index b64b124a..896012f9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -76,7 +76,7 @@ ARG DEFAULT_AUTHENTICATION_METHOD
# 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.14.0 \
+ NODE_VERSION=v8.14.1 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index bb6456de..37e46f29 100755
--- a/rebuild-wekan.sh
+++ b/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 " 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(){
read -p "$*"
@@ -74,7 +74,7 @@ do
sudo apt install -y build-essential git curl wget
# sudo apt -y install nodejs npm
# npm_call -g install n
-# sudo n 8.14.0
+# sudo n 8.14.1
fi
# if [ "$(grep -Ei 'debian' /etc/*release)" ]; then
diff --git a/releases/virtualbox/rebuild-wekan.sh b/releases/virtualbox/rebuild-wekan.sh
index 64e4fbea..a6135526 100755
--- a/releases/virtualbox/rebuild-wekan.sh
+++ b/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 " 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(){
read -p "$*"
@@ -25,7 +25,7 @@ do
sudo apt install -y build-essential git curl wget
sudo apt -y install nodejs npm
sudo npm -g install n
- sudo n 8.14.0
+ sudo n 8.14.1
fi
if [ "$(grep -Ei 'debian' /etc/*release)" ]; then
diff --git a/snapcraft.yaml b/snapcraft.yaml
index d7cd86cf..4831f150 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -81,7 +81,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 8.14.0
+ node-engine: 8.14.1
node-packages:
- node-gyp
- node-pre-gyp
diff --git a/stacksmith/user-scripts/build.sh b/stacksmith/user-scripts/build.sh
index 8ea6cd91..f589bd82 100755
--- a/stacksmith/user-scripts/build.sh
+++ b/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.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
USE_EDGE=false
METEOR_EDGE=1.5-beta.17