From fa7ed406f23282e71019454520c36e1c390bba99 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 17 Oct 2024 15:25:45 -0400 Subject: [PATCH] build: update poetry version in Dockerimage --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f06e832e..b1462c50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ apt-get install --yes --no-install-recommends curl gcc graphviz ldap-utils libldap2-dev \ libmagic1 libsasl2-dev && \ python -m venv ${POETRY_HOME} && \ - pip install --no-cache-dir poetry==1.8.2 && \ + pip install --no-cache-dir poetry==1.8.4 && \ poetry install && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -- GitLab