nicolabs / nicobot

🤟 A collection of *cool* chat bots 🤟
MIT License
1 stars 0 forks source link

Cryptography dependency upgrade broke the docker build #57

Open nicobo opened 3 years ago

nicobo commented 3 years ago

Latest cryptography version now requires rust 1.45, which broke Debian docker builds : https://github.com/pyca/cryptography/issues/5771

After several hours I could manage to bring up a working(?) rust into the images but this does not look future proof.

A version constraint has also been added on cryptography so that it has to be manually upgraded.

Similar issues are expected to come with the next releases of this dependency => find a better way