Skip to content

Commit

Permalink
Remove older version of cryptography package
Browse files Browse the repository at this point in the history
- v39.0.1  of cryptography comes with the miniconda-23.5.2 version.
- However, for vulnerability fixing, cryptography had to be manually upgraded to v41.0.4.
- This leaves v39.0.1 unused as a newer version is available; hence removing it.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Oct 5, 2023
1 parent a09212b commit a494de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/setup_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ conda install -c conda-forge cryptography=41.0.4 wheel=0.40.0
## Remove the old, unused packages to avoid tripping up the checker
rm -rf /root/miniconda-23.1.0/pkgs/cryptography-38.0.4-py39h9ce1e76_0
rm -rf /root/miniconda-23.1.0/pkgs/wheel-0.37.1-pyhd3eb1b0_0
rm -rf /root/miniconda-23.5.2/pkgs/cryptography-39.0.1-py39h9ce1e76_2

# Clean up the conda install
conda clean -t
Expand Down

0 comments on commit a494de8

Please sign in to comment.