uvicorn-gunicorn-docker
uvicorn-gunicorn-docker copied to clipboard
python3.7-slim
Is it possible to include a docker image with python3.7-slim-buster ?
Best Regards.
Please consider this, my build broke today because Debian bullseye (which is the image of python:3.7) remove a dependency from their stable repositories. But the library still exists in buster. Using the buster tag would result in a more stable build for FastAPI. Willing to contribute the PR myself if the maintainer agrees. @tiangolo what do you think?
Should this be closed now that https://github.com/br3ndonland/inboard/pull/38 was merged?
Thanks for the comments everyone! I released some time ago Python 3.8 and 3.9 slim, I hope you were able to update to those.
As Python 3.7 currently already reached end of life (https://devguide.python.org/versions/), I won't support it here, in fact, 3.8 is about to reach end of life as well. I hope you can migrate to a newer version of Python soon if you haven't! :nerd_face: