Skip to content

Commit 7f3b028

Browse files
authored
Fix node version in the MCP docker image (#1429)
1 parent 9a581d3 commit 7f3b028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.mcp-inspector

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MCP Inspector Docker Image
22
# Pre-installs @modelcontextprotocol/inspector for faster test execution
3-
FROM node:18-alpine
3+
FROM node:20-alpine
44

55
# Update npm to latest version and install MCP inspector globally
66
RUN npm install -g [email protected] && \

0 commit comments

Comments
 (0)