From da54653100dcaa848d6537244745bda1635c8516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:29:16 +0000 Subject: [PATCH] Update dependency python-poetry/poetry to v1.8.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 c330222a..389b7a07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM base AS builder ENV PATH=${PATH}:${HOME}/.local/bin -ARG POETRY_VERSION=1.8.2 +ARG POETRY_VERSION=1.8.3 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \