use node 12 for server/docker builds

This commit is contained in:
zadam 2019-05-27 19:12:34 +02:00
parent f08bf0be15
commit 33733d3ab7
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
PKG_DIR=dist/trilium-linux-x64-server
NODE_VERSION=10.15.3
NODE_VERSION=12.3.1
rm -r $PKG_DIR
mkdir $PKG_DIR