We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69c379 commit be54b36Copy full SHA for be54b36
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22-alpine
+FROM node:24-alpine
2
ARG VERSION=latest
3
RUN addgroup -S mcp && adduser -S mcp -G mcp
4
RUN npm install -g mongodb-mcp-server@${VERSION}
0 commit comments