diff --git a/Dockerfile b/Dockerfile index dd56eaa..b41c29f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base stage for building the static files -FROM node:lts AS base +FROM node:22-slim AS base WORKDIR /app # Install pnpm