docker now uses node 14.17 as other builds

pull/255/head
zadam 2021-06-02 23:37:55 +07:00
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
WORKDIR /usr/src/app