fix: update Docker base image from Python 3.11 to 3.12 (#82) #91

Merged
cal merged 1 commits from issue/82-align-python-version-between-docker-image-3-11-and into main 2026-04-08 03:24:47 +00:00
Showing only changes of commit 665f275546 - Show all commits

View File

@ -1,5 +1,5 @@
# Use specific version for reproducible builds
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.12
# Set Python optimizations
ENV PYTHONUNBUFFERED=1