Skip to content

Commit 8187e89

Browse files
ambvclaude
andcommitted
Use Python 3.13 in dev Dockerfile to match production
The production Dockerfile already uses python:3.13-slim-bookworm. Dev was on python:3.11-slim, which could mask compatibility issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7766332 commit 8187e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.13-slim-bookworm
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)