From 172560994d65793f5fa150b92d57b220c707bd58 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 10 Apr 2024 21:56:43 +0100 Subject: Bump poetry to 1.8.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca69617..384ad55 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.7.1 \ +ENV POETRY_VERSION=1.8.2 \ POETRY_HOME="/opt/poetry/home" \ POETRY_CACHE_DIR="/opt/poetry/cache" \ POETRY_NO_INTERACTION=1 \ -- cgit v1.2.3