Skip to content

Commit 65a4129

Browse files
fix: bump Dockerfile to Python 3.14 to match requires-python
The pyproject.toml now requires Python >=3.14, but the Dockerfile was still using python:3.13-slim, causing uv sync to fail during Cloud Build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9ce49e2 commit 65a4129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile for pyplots FastAPI backend on Cloud Run
2-
FROM python:3.13-slim
2+
FROM python:3.14-slim
33

44
# Set working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)