use node 10 for docker and server package

This commit is contained in:
azivner 2018-09-05 20:35:33 +02:00
parent 46f37f7426
commit 6668b55d6e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:8.11.2 FROM node:10.9.0
RUN apt-get update && apt-get install -y nasm RUN apt-get update && apt-get install -y nasm

View file

@ -7,7 +7,7 @@ fi
VERSION=$1 VERSION=$1
PKG_DIR=dist/trilium-linux-x64-server PKG_DIR=dist/trilium-linux-x64-server
NODE_VERSION=8.11.4 NODE_VERSION=10.9.0
rm -r $PKG_DIR rm -r $PKG_DIR
mkdir $PKG_DIR mkdir $PKG_DIR