diff --git a/Dockerfile b/Dockerfile index 6ccc98929..5e5a7de87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.9.0 +FROM node:10.12.0 RUN apt-get update && apt-get install -y nasm diff --git a/bin/build-server.sh b/bin/build-server.sh index 559afe1ac..420818f61 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.12.0 rm -r $PKG_DIR mkdir $PKG_DIR