use node 16 (#1002)

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2022-02-11 16:21:33 +01:00 committed by GitHub
parent aca81cedb0
commit d13f4690b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node
FROM node:16
WORKDIR /usr/src/app