Skip to content

Commit f73b616

Browse files
docker(deps): bump python from 3.13-slim to 3.14-slim
Bumps python from 3.13-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 896d48a commit f73b616

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.13-slim AS builder
2+
FROM python:3.14-slim AS builder
33

44
# Set build arguments
55
ARG VERSION=latest
@@ -33,7 +33,7 @@ RUN .venv/bin/pip install uv
3333
RUN .venv/bin/uv pip install -e .
3434

3535
# Production stage
36-
FROM python:3.13-slim AS production
36+
FROM python:3.14-slim AS production
3737

3838
# Set build arguments
3939
ARG VERSION=latest

0 commit comments

Comments
 (0)