build(docker): bump node from 14.15 to 14.16 (#1057)

Node v14.x (LTS) update from 2021-02-23 includes vulnerability fixes
https://nodejs.org/en/blog/release/v14.16.0/
This commit is contained in:
TheCatLady
2021-03-02 08:11:07 -05:00
committed by GitHub
parent b146d11e2f
commit 253ec15bc4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM node:12.18-alpine
FROM node:14.16-alpine
COPY . /app
WORKDIR /app