diff --git a/Dockerfile b/Dockerfile index 742f2d3..04aa6a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:20-alpine WORKDIR /app COPY package*.json ./ RUN npm install