From bda2629aa65cd83e894a0fcbbd301108c671cbe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:59:17 +0000 Subject: [PATCH] Update dependency python-poetry/poetry to v1.8.1 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 34264a72..7913f4d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM base AS builder ENV PATH=${PATH}:${HOME}/.local/bin -ARG POETRY_VERSION=1.8.0 +ARG POETRY_VERSION=1.8.1 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \