update node version to 16

This commit is contained in:
2022-02-16 15:21:22 +00:00
committed by Stepan Usatiuk
parent 242b567efb
commit d376b2df13
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14
FROM node:16
WORKDIR /usr/src/app
COPY package*.json ./