From c3d511b76b72f213d09809e92e13a4b57f51e88b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:47:45 +0000 Subject: [PATCH] Update dependency python-poetry/poetry to v1.7.0 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 6e98f9d7..97071603 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM base AS builder ENV PATH=${PATH}:${HOME}/.local/bin -ARG POETRY_VERSION=1.6.1 +ARG POETRY_VERSION=1.7.0 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \