diff --git a/Dockerfile b/Dockerfile index aa1d522..ffc006d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.11 +FROM node:20.15.1 WORKDIR /code/ COPY package.json . RUN npm install && \