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