From 0de971b462c45f14ffd25ae8d7ff29bb2ac097dc Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 29 Sep 2025 17:05:34 +0100 Subject: Bump poetry to 2.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f97c28..3175bad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:$python_version # POETRY_VIRTUALENVS_IN_PROJECT is required to ensure in-projects venvs mounted from the host in dev # don't get prioritised by `poetry run` -ENV POETRY_VERSION=1.8.5 \ +ENV POETRY_VERSION=2.2.1 \ POETRY_HOME="/opt/poetry/home" \ POETRY_CACHE_DIR="/opt/poetry/cache" \ POETRY_NO_INTERACTION=1 \ -- cgit v1.2.3