Skip to content

Commit 6cc2ddd

Browse files
docker(deps): Bump python from 3.12-slim to 3.13-slim
Bumps python from 3.12-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9efe1a7 commit 6cc2ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Multi-stage build for production-ready MCP as a Judge server
2-
FROM python:3.12-slim AS builder
2+
FROM python:3.13-slim AS builder
33

44
# Set build arguments
55
ARG PORT=8050
@@ -34,7 +34,7 @@ RUN .venv/bin/pip install uv
3434
RUN .venv/bin/uv pip install -e .
3535

3636
# Production stage
37-
FROM python:3.12-slim AS production
37+
FROM python:3.13-slim AS production
3838

3939
# Set build arguments
4040
ARG PORT=8050

0 commit comments

Comments
 (0)