Skip to content

Commit

Permalink
Merge pull request #949 from MukuFlash03/fix-vuln
Browse files Browse the repository at this point in the history
Fixing latest Docker image vulnerabilities
  • Loading branch information
shankari authored Dec 20, 2023
2 parents 978a719 + c1b0889 commit d2f38bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/setup_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source setup/setup.sh
## 10/02 - Mukul
## - Above comments talk about manually updating cryptography to version 40
## - I have upgraded to 41.0.4 as per latest vulnerability fixes.
conda install -c conda-forge cryptography=41.0.4 wheel=0.40.0
conda install -c conda-forge cryptography=41.0.7 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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python 3
FROM ubuntu:jammy-20231004
FROM ubuntu:jammy-20231211.1

MAINTAINER K. Shankari ([email protected])

Expand Down

0 comments on commit d2f38bc

Please sign in to comment.