File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ RUN conda install \
66 # https://github.com/advisories/GHSA-jjg7-2v4v-x38h
77 idna==3.7
88
9- RUN python3 -m pip install --upgrade \
10- # https://github.com/advisories/GHSA-6vqw-3v5j-54x4
11- cryptography==42.0.4 \
12- # installed for compatibility with cryptography v42.0.4
13- pyopenssl==24.0.0
9+ # Temporary: Upgrade python packages using pip package manager
10+ # RUN python3 -m pip install --upgrade \
11+ # https://github.com/advisories/
12+ # package==version
1413
1514# Reset and copy updated files with updated privs to keep image size down
1615FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ checkPythonPackageVersion "setuptools" "65.5.1"
2323checkPythonPackageVersion " wheel" " 0.38.1"
2424
2525checkCondaPackageVersion " cryptography" " 42.0.4"
26- checkCondaPackageVersion " pyopenssl" " 24.0.0"
2726checkCondaPackageVersion " setuptools" " 65.5.1"
2827checkCondaPackageVersion " wheel" " 0.38.1"
2928checkCondaPackageVersion " requests" " 2.31.0"
You can’t perform that action at this time.
0 commit comments