From 7a28c24bb2a6a1cde3615aa94fcc6bbd3cc3fdfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:45:57 +0000 Subject: [PATCH] Update dependency python-poetry/poetry to v2.3.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 a44efa0b..c2551644 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.3.2 +ARG POETRY_VERSION=2.3.3 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \