Skip to content
Merged
Prev Previous commit
Next Next commit
Fix dockerfile
  • Loading branch information
alexander-smolyakov committed Jul 26, 2023
commit b9f7e6f9a101fd1bb8e00d12c93c414cae4deb84
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 conda install \
# https://github.com/pyca/cryptography/security/advisories/GHSA-5cpq-8wj7-hf2v
pyopenssl=23.2.0 \
cryptography==41.0.2
cryptography=41.0.2

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand Down