From 2cf566e60d39a76bdcaff9a643a7a0873a2e3f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:09:20 +0000 Subject: [PATCH] Update dependency python-poetry/poetry to v1.8.4 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 ab5c7118f..55756e0f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM base AS builder ENV PATH=${PATH}:${HOME}/.local/bin -ARG POETRY_VERSION=1.8.3 +ARG POETRY_VERSION=1.8.4 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \