Jonah
10/19/2023, 8:50 PM3.0.X where X >= 10. It’s to work around a snowflake-connector-python oscrypto bug described here: https://community.snowflake.com/s/article/Python-Connector-fails-to-connect-with-LibraryNotFoundError-Error-detecting-the-version-of-libcrypto#o[…]l I’m looking at the prefecthq docker hub, but I’m unable to figure out if there are any images using openssl 3.1, for example, which would allow me to get around the bug.Nate
10/19/2023, 10:38 PMRUN pip install pyopenssl==x.x.x oscrypto==x.x.x to your Dockerfile?Jonah
10/20/2023, 1:11 PM