From 4423d7a787400361d405ed4fe7b663354a1c72b5 Mon Sep 17 00:00:00 2001 From: ChrisJL Date: Thu, 8 Jun 2023 17:07:51 +0000 Subject: [PATCH] Update poetry version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dda871..0787879 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.3.1 \ +ENV POETRY_VERSION=1.5.1 \ POETRY_HOME="/opt/poetry/home" \ POETRY_CACHE_DIR="/opt/poetry/cache" \ POETRY_NO_INTERACTION=1 \