diff --git a/Dockerfile b/Dockerfile index 3c6ac99ec..80518216a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ### build ### # base image -FROM node:12 as build +FROM node:16 as build # add app COPY . /app