mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 15:32:24 +01:00
use node 10 also for server edition
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:10.9.0
|
||||
FROM node:10.12.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.12.0
|
||||
|
||||
rm -r $PKG_DIR
|
||||
mkdir $PKG_DIR
|
||||
|
||||
Reference in New Issue
Block a user