chore(file import): bump python dependency version (#4966)

This commit is contained in:
Iain Sproat
2025-06-20 11:54:04 +01:00
committed by GitHub
parent 3b641024cc
commit 498c1b0e53
+1 -1
View File
@@ -53,7 +53,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.5 \
python3.12=3.12.3-1ubuntu0.7 \
python3-pip=24.0+dfsg-1ubuntu1.1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*