File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ RUN . /etc/os-release && if [ "${VERSION_CODENAME}" != "bullseye" ]; then exit 1
7
7
# They are installed by the base image (continuumio/anaconda3) which does not have the patch.
8
8
RUN conda install \
9
9
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
10
- urllib3==1.26.18 \
11
- # https://github.com/advisories/GHSA-jfhm-5ghh-2f97
12
- cryptography==41.0.7
10
+ urllib3==1.26.18
13
11
14
12
RUN python3 -m pip install --upgrade \
15
13
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21797
@@ -37,7 +35,9 @@ RUN python3 -m pip install --upgrade \
37
35
# https://github.com/advisories/GHSA-44cc-43rp-5947
38
36
jupyterlab==4.0.11 \
39
37
# https://github.com/advisories/GHSA-5h86-8mv2-jq9f
40
- aiohttp==3.9.2
38
+ aiohttp==3.9.2 \
39
+ # https://github.com/advisories/GHSA-3ww4-gg4f-jr7f
40
+ cryptography==42.0.0
41
41
42
42
# Reset and copy updated files with updated privs to keep image size down
43
43
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ checkPythonPackageVersion "nbconvert" "6.5.1"
40
40
checkPythonPackageVersion " werkzeug" " 2.2.3"
41
41
checkPythonPackageVersion " certifi" " 2022.12.07"
42
42
checkPythonPackageVersion " requests" " 2.31.0"
43
- checkPythonPackageVersion " cryptography" " 41 .0.7 "
43
+ checkPythonPackageVersion " cryptography" " 42 .0.0 "
44
44
checkPythonPackageVersion " transformers" " 4.36.0"
45
45
checkPythonPackageVersion " mpmath" " 1.3.0"
46
46
checkPythonPackageVersion " aiohttp" " 3.9.2"
@@ -51,7 +51,6 @@ checkPythonPackageVersion "pillow" "10.2.0"
51
51
checkPythonPackageVersion " jupyterlab" " 4.0.11"
52
52
53
53
checkCondaPackageVersion " pyopenssl" " 23.2.0"
54
- checkCondaPackageVersion " cryptography" " 41.0.7"
55
54
checkCondaPackageVersion " requests" " 2.31.0"
56
55
checkCondaPackageVersion " pygments" " 2.15.1"
57
56
checkCondaPackageVersion " mpmath" " 1.3.0"
You can’t perform that action at this time.
0 commit comments