mirror of
https://github.com/zadam/trilium.git
synced 2024-12-28 02:43:54 +08:00
use node 10 for docker and server package
This commit is contained in:
parent
46f37f7426
commit
6668b55d6e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:8.11.2
|
||||
FROM node:10.9.0
|
||||
|
||||
RUN apt-get update && apt-get install -y nasm
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue