From cb2d954c2760dd3ab2ba4e3eb1fbd7f44a144869 Mon Sep 17 00:00:00 2001 From: Jostein Solaas Date: Wed, 11 Sep 2024 12:57:05 +0200 Subject: [PATCH] chore: update poetry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4338ffc0ac..3e79e87eee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED=1 \ PIP_DISABLE_PIP_VERSION_CHECK=1 \ PIP_DEFAULT_TIMEOUT=100 \ # poetry: - POETRY_VERSION=1.3.1 \ + POETRY_VERSION=1.8.3 \ POETRY_NO_INTERACTION=1 \ POETRY_VIRTUALENVS_CREATE=false \ POETRY_CACHE_DIR='/var/cache/pypoetry' \