UNCLASSIFIED - NO CUI

Skip to content

fix: Resolve "bug: Python 3.11.10-alpine base image is missing C libraries"

Closes #23 (closed)

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.

Merge request reports