We have security requirement to have openssl version 1.1.1p in python image. whereas we tried using 3.9-slim-buster,3.10-slim-buster,3.11-slim-buster which all has only openssl 1.1.1n version. Kindly help us with the python image which has openssl version 1.1.1p
Debian does not have that version. āslimā images just smaller debian images.
- You can try the āalpineā variants
- or compile openssl from sourcecode.
- or use any base image that has newer openssl like ubuntu and create a new image that contains Python. If you need a specific python version, you can compile python from sourcecode too.
1 Like