diff --git a/Dockerfile b/Dockerfile index aa3b130..4f90c5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN yarn global add patch-package RUN yarn build # Stage 2: Production stage -FROM node:18.19.0-slim +FROM node:18.20.4-slim WORKDIR /app