We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bab95e commit ab5e525Copy full SHA for ab5e525
1 file changed
.kokoro/docker/Dockerfile
@@ -65,6 +65,8 @@ RUN apt-get update \
65
uuid-dev \
66
wget \
67
zlib1g-dev \
68
+ # Remove `python3-setuptools` since the installed version
69
+ # does not include a patch for CVE-2025-47273/CVE-2025-47273.
70
&& apt remove -y python3-setuptools \
71
&& apt-get clean autoclean \
72
&& apt-get autoremove -y \
0 commit comments