chore: Update base image to python:3.10-slim-bookworm

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Paul Gauthier
2025-08-13 10:17:40 -07:00
parent 59250e070e
commit 32faf82b31

View File

@@ -1,4 +1,4 @@
FROM python:3.10-slim AS base
FROM python:3.10-slim-bookworm AS base
# Install system dependencies
RUN apt-get update && \