diff --git a/Dockerfile b/Dockerfile index ace0efd..1df7de2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY apps/web/ ./apps/web/ RUN bun run --cwd apps/web build # Stage 2: Backend + serve static -FROM python:3.13-slim +FROM python:3.14-slim WORKDIR /app # Install system dependencies