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.
2 parents 9efe1a7 + 6cc2ddd commit 1abfbdbCopy full SHA for 1abfbdb
Dockerfile
@@ -1,5 +1,5 @@
1
# Multi-stage build for production-ready MCP as a Judge server
2
-FROM python:3.12-slim AS builder
+FROM python:3.13-slim AS builder
3
4
# Set build arguments
5
ARG PORT=8050
@@ -34,7 +34,7 @@ RUN .venv/bin/pip install uv
34
RUN .venv/bin/uv pip install -e .
35
36
# Production stage
37
-FROM python:3.12-slim AS production
+FROM python:3.13-slim AS production
38
39
40
0 commit comments