File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,11 @@ FROM continuumio/miniconda3 as upstream
6
6
# https://github.com/advisories/<CVE_ID>
7
7
# <package_name> = <version>
8
8
9
- RUN conda install \
10
- # https://github.com/advisories/GHSA-3ww4-gg4f-jr7f
11
- cryptography==42.0.2
12
-
13
9
RUN python3 -m pip install --upgrade \
14
- # installed for compatibility with cryptography v42.0.2
15
- pyopenssl==24.0.0
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
16
14
17
15
# Reset and copy updated files with updated privs to keep image size down
18
16
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ check "gitconfig-contains-name" sh -c "cat /etc/gitconfig | grep 'name = devcont
18
18
19
19
check " usr-local-etc-config-does-not-exist" test ! -f " /usr/local/etc/gitconfig"
20
20
21
- checkPythonPackageVersion " cryptography" " 42.0.2 "
21
+ checkPythonPackageVersion " cryptography" " 42.0.4 "
22
22
checkPythonPackageVersion " setuptools" " 65.5.1"
23
23
checkPythonPackageVersion " wheel" " 0.38.1"
24
24
25
- checkCondaPackageVersion " cryptography" " 42.0.2 "
25
+ checkCondaPackageVersion " cryptography" " 42.0.4 "
26
26
checkCondaPackageVersion " pyopenssl" " 24.0.0"
27
27
checkCondaPackageVersion " setuptools" " 65.5.1"
28
28
checkCondaPackageVersion " wheel" " 0.38.1"
You can’t perform that action at this time.
0 commit comments