diff --git a/Dockerfile b/Dockerfile index 8c4a232..2460562 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22 +FROM node:22-slim RUN apt-get update && \ apt-get install -y --no-install-recommends ca-certificates curl && \