Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shared base image for all backend services
# Contains: Python, system deps, uv, and all Python dependencies
FROM python:3.12-slim
FROM python:3.14-slim

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test runner container - lightweight, uses same network as services
FROM python:3.12-slim
FROM python:3.14-slim

WORKDIR /app

Expand Down
Loading