fix: update Docker base image from Python 3.11 to 3.12 (#82) #91
@ -1,5 +1,5 @@
|
|||||||
# Use specific version for reproducible builds
|
# Use specific version for reproducible builds
|
||||||
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
|
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.12
|
||||||
|
|
||||||
# Set Python optimizations
|
# Set Python optimizations
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user