diff --git a/Dockerfile b/Dockerfile index d4c80d0..a3ac910 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:20-alpine WORKDIR /app # Install Mintlify CLI globally -RUN npm install -g mintlify +RUN npm install -g mintlify@4.2.28 # Create a user and group with specific UID and GID so kubernetes knows # it's not a root user