From: Guillaume Pellerin Date: Mon, 20 Apr 2026 18:13:47 +0000 (+0200) Subject: upgrade poetry X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f844fd78d9df6b1be6bb2e5d05fe7aa6a2c2e326;p=teleforma.git upgrade poetry --- diff --git a/Dockerfile b/Dockerfile index 21e2a827..72dcc508 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ ENV LANGUAGE fr_FR:fr ENV LC_ALL fr_FR.UTF-8 # https://python-poetry.org/docs/configuration/#using-environment-variables -ENV POETRY_VERSION=1.8.2 \ +ENV POETRY_VERSION=2.3.4 \ POETRY_NO_INTERACTION=1 \ # make poetry install to this location POETRY_HOME="/opt/poetry" \