fix: Resolve "bug: Python 3.11.10-alpine base image is missing C libraries"
requested to merge 23-bug-python-3-11-10-alpine-base-image-is-missing-c-libraries-2 into development
What is your Merge about?
There was an issue within the new opensource/python base image (3.11.10-alpine) where a shared C library was missing, causing Python applications to fail after initialization and upon the first request (e.g., uvicorn
).
The fix was to add an apk add libffi-dev
in the base image container so that the required shared C library was available.
We will be retracting and overwriting 0.13.0 due to this oversight.