node update to 14.17.5

This commit is contained in:
zadam 2021-08-22 12:25:50 +02:00
parent d23bb5fd17
commit 08eda83700
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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