From da9c0a70d9c83646315ec85fdd8525654d6e9ea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 06:01:32 +0000 Subject: [PATCH] Update dependency python-poetry/poetry to v2.4.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07a1e88f..6362d592 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM base AS builder ENV PATH=${PATH}:${HOME}/.local/bin:/usr/local/go/bin -ARG POETRY_VERSION=2.4.2 +ARG POETRY_VERSION=2.4.3 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \