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.
node
1 parent 9a581d3 commit 7f3b028Copy full SHA for 7f3b028
Dockerfile.mcp-inspector
@@ -1,6 +1,6 @@
1
# MCP Inspector Docker Image
2
# Pre-installs @modelcontextprotocol/inspector for faster test execution
3
-FROM node:18-alpine
+FROM node:20-alpine
4
5
# Update npm to latest version and install MCP inspector globally
6
RUN npm install -g [email protected] && \
0 commit comments