mirror of
https://github.com/zadam/trilium.git
synced 2025-01-01 04:41:46 +08:00
minor node updates in docker and server package
This commit is contained in:
parent
295cfb2d75
commit
4cc08bff8b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.13.0-alpine
|
||||
FROM node:10.14.0-alpine
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /usr/src/app
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue