chore(fileimport): bump python security version (#5746)

This commit is contained in:
Iain Sproat
2026-02-11 14:24:21 +00:00
committed by GitHub
parent d2029d9d68
commit 8779369616
+1 -1
View File
@@ -58,7 +58,7 @@ RUN yarn workspaces foreach -W run build
RUN apt-get update -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
--no-install-recommends \
python3.12=3.12.3-1ubuntu0.10 \
python3.12=3.12.3-1ubuntu0.11 \
python3-pip=24.0+dfsg-1ubuntu1.3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*