File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
src/miniconda/.devcontainer Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,9 @@ FROM continuumio/miniconda3 as upstream
22
33# Temporary: Upgrade python packages due to mentioned CVEs
44# They are installed by the base image (continuumio/miniconda3) which does not have the patch.
5- RUN conda install \
6- # pyopenssl should be updated to be compatible with latest version of cryptography
7- pyopenssl=23.2.0 \
8- # https://github.com/advisories/GHSA-jm77-qphf-c4w8
9- cryptography=41.0.3 \
10- # https://github.com/advisories/GHSA-j8r2-6x86-q33q
11- requests=2.31.0 \
12- # https://github.com/advisories/GHSA-v845-jxx5-vc9f
13- urllib3==1.26.18
5+ # RUN conda install \
6+ # https://github.com/advisories/<CVE_ID>
7+ # <package_name> = <version>
148
159# Reset and copy updated files with updated privs to keep image size down
1610FROM mcr.microsoft.com/devcontainers/base:1-bullseye
You can’t perform that action at this time.
0 commit comments