-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
I'm creating a library in C++ for which I'm adding bindings to python using the C interface. To do this I'm using python-dev package to bulid the Python package.
I've noticed that while using proper docker image (i.e. python: 3.8-slim) to target each python version (i.e. python 3.8) it is creating a package for that version but since python-dev relies on the system version (buster) it is always linked to python-3.7 shared libraries because all versions of Python images use the same buster image as a a base)
is it an oversight or it is correct and I'm doing something wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image