Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MCP リソースサーバ(OAuth 2.1 / MCP 2026-07-28)。
# build context: このディレクトリ(http/)。docker-compose.yml と k8s/mcp-server.yaml が共用する。
FROM python:3.12-slim
FROM python:3.14-slim

RUN pip install --no-cache-dir \
"mcp==1.26.0" \
Expand Down
Loading