diff --git a/Dockerfile b/Dockerfile index 9b40d32a1..6ccc98929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8.11.2 +FROM node:10.9.0 RUN apt-get update && apt-get install -y nasm diff --git a/bin/build-server.sh b/bin/build-server.sh index 32eff4099..19df50f6a 100755 --- a/bin/build-server.sh +++ b/bin/build-server.sh @@ -7,7 +7,7 @@ fi VERSION=$1 PKG_DIR=dist/trilium-linux-x64-server -NODE_VERSION=8.11.4 +NODE_VERSION=10.9.0 rm -r $PKG_DIR mkdir $PKG_DIR