Skip to content
Merged
Prev Previous commit
Next Next commit
Update Dockerfile
  • Loading branch information
alexander-smolyakov committed Jul 26, 2023
commit ecf86c4a4a527ab9d5b60fd5062b808996e3aaa5
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && /opt/conda/bi
RUN python3 -m pip install --upgrade \
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32681
requests\
conda install \
&& conda install \
# https://github.com/pyca/cryptography/security/advisories/GHSA-5cpq-8wj7-hf2v
pyopenssl=23.2.0 \
cryptography=41.0.2
Expand Down