File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ RUN conda install \
1010 # https://github.com/advisories/GHSA-j8r2-6x86-q33q
1111 requests=2.31.0
1212
13+ RUN python3 -m pip install --upgrade \
14+ # https://github.com/advisories/GHSA-v845-jxx5-vc9f
15+ urllib3==1.26.17
16+
1317# Reset and copy updated files with updated privs to keep image size down
1418FROM mcr.microsoft.com/devcontainers/base:1-bullseye
1519
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
2121checkPythonPackageVersion " cryptography" " 41.0.3"
2222checkPythonPackageVersion " setuptools" " 65.5.1"
2323checkPythonPackageVersion " wheel" " 0.38.1"
24+ checkPythonPackageVersion " urllib3" " 1.26.17"
2425
2526checkCondaPackageVersion " cryptography" " 41.0.3"
2627checkCondaPackageVersion " pyopenssl" " 23.2.0"
You can’t perform that action at this time.
0 commit comments