mirror of
https://github.com/zadam/trilium.git
synced 2025-02-22 14:03:36 +08:00
use node 12 for server/docker builds
This commit is contained in:
parent
f08bf0be15
commit
33733d3ab7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.15.3-alpine
|
||||
FROM node:12.3.0-alpine
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /usr/src/app
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue