diff --git a/Dockerfile b/Dockerfile index 2a67936..4ac019f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ COPY . . RUN npm run build # ===== Stage 2: Production ===== -FROM node:22-slim AS production +FROM node:20-bookworm-slim AS production # Install Chrome/Chromium and required dependencies RUN apt-get update && apt-get install -y \