fix: update Docker base image from Python 3.11 to 3.12 (#82)
Some checks failed
Build Docker Image / build (pull_request) Failing after 49s
Some checks failed
Build Docker Image / build (pull_request) Failing after 49s
Closes #82 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
da679b6d1a
commit
665f275546
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user