You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Temporary: Upgrade python packages due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40897
9
+
# Temporary: Upgrade python packages due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40897 and https://github.com/advisories/GHSA-2mqj-m65w-jghx
10
10
# They are installed by the base image (python) which does not have the patch.
11
-
RUN python3 -m pip install --upgrade setuptools
11
+
RUN python3 -m pip install --upgrade \
12
+
setuptools==69.0.3 \
13
+
gitpython==3.1.41
12
14
13
15
# [Optional] If your pip requirements rarely change, uncomment this section to add them to the image.
0 commit comments