diff --git a/Dockerfile b/Dockerfile index ab0c60073675c0cc05502456a3238710f4ac3bb4..03289e15e37397c22615251a50e49e4b1570f51c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # --------------> The builder image -FROM node:20.13.1 AS builder +FROM node:23.4.0 AS builder ENV NODE_ENV=production WORKDIR /app RUN npm install -g npm@10.8.0