From b880a9c8cc2a36e29723fb10beea304aa25f985c Mon Sep 17 00:00:00 2001 From: johnwilliams57-nhs <108133809+johnwilliams57-nhs@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:36:23 +0100 Subject: [PATCH] mesh-2389: code scanning alert changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f077e3e..55d1bb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update \ && apt-get install curl -yq --no-install-recommends \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ - && pip install --no-cache-dir poetry \ + && pip install --no-cache-dir --only-binary :all: poetry==2.1.2 \ && poetry config virtualenvs.create false \ && poetry install --no-interaction --no-ansi --no-root \ && mkdir -p /tmp/mesh_store