mirror of
https://github.com/zadam/trilium.git
synced 2025-02-22 22:13:07 +08:00
docker now uses node 14.17 as other builds
This commit is contained in:
parent
b557a44f34
commit
1a615398aa
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:12.19.0-alpine
|
FROM node:14.17.0-alpine
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
Loading…
Reference in a new issue