From 1890c3f35ac78b0be3d9c8994c870e41223908bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 06:08:26 +0000 Subject: [PATCH] Update dependency python-poetry/poetry to v2 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 3520b6ad..73657582 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM base AS builder ENV PATH=${PATH}:${HOME}/.local/bin:/usr/local/go/bin -ARG POETRY_VERSION=1.8.5 +ARG POETRY_VERSION=2.0.1 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \