minor node updates in docker and server package

This commit is contained in:
azivner 2018-11-30 13:56:36 +01:00
parent 295cfb2d75
commit 4cc08bff8b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:10.13.0-alpine
FROM node:10.14.0-alpine
# Create app directory
WORKDIR /usr/src/app

View file

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