Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
misc change
  • Loading branch information
gauravsaini04 committed Feb 27, 2024
commit 73e1ef074acd59a7d6829b1f4b8fdbf330c9590f
4 changes: 1 addition & 3 deletions src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ FROM continuumio/miniconda3 as upstream

RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
cryptography==42.0.4

RUN python3 -m pip install --upgrade \
cryptography==42.0.4 \
# installed for compatibility with cryptography v42.0.4
pyopenssl==24.0.0

Expand Down