Merge pull request 'fix: update Docker base image from Python 3.11 to 3.12 (#82)' (#91) from issue/82-align-python-version-between-docker-image-3-11-and into main
This commit is contained in:
commit
1575be8260
@ -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