Skip to content

Commit 1abfbdb

Browse files
Merge pull request #4 from hepivax/dependabot/docker/python-3.13-slim
docker(deps): Bump python from 3.12-slim to 3.13-slim
2 parents 9efe1a7 + 6cc2ddd commit 1abfbdb

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)