diff --git a/Dockerfile b/Dockerfile index 10ed89bd..9991013b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14 AS build +FROM node:20 AS build WORKDIR /app COPY . .