mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-01 10:30:04 -06:00
node update to 14.17.5
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:14.17.0-alpine
|
||||
FROM node:14.17.5-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=14.16.1
|
||||
NODE_VERSION=14.17.5
|
||||
|
||||
if [ "$1" != "DONTCOPY" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user