mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 01:48:32 +02:00
node update to 14.17.5
This commit is contained in:
parent
d23bb5fd17
commit
08eda83700
@ -1,4 +1,4 @@
|
|||||||
FROM node:14.17.0-alpine
|
FROM node:14.17.5-alpine
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PKG_DIR=dist/trilium-linux-x64-server
|
PKG_DIR=dist/trilium-linux-x64-server
|
||||||
NODE_VERSION=14.16.1
|
NODE_VERSION=14.17.5
|
||||||
|
|
||||||
if [ "$1" != "DONTCOPY" ]
|
if [ "$1" != "DONTCOPY" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user