diff --git a/Dockerfile b/Dockerfile index cf253a480..0bb64d33f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.15.1-bullseye-slim +FROM node:20.18.0-bullseye-slim WORKDIR /app COPY package*.json ./ RUN npm install --omit=dev