From bf092c847e168184b8b549c9d5090eb1ce3ecd3e Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Tue, 23 Apr 2024 22:38:12 -0400
Subject: [PATCH] build: update Poetry version

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 014ddf0d..9cf748ae 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.1 && \
+    pip install --no-cache-dir poetry==1.8.2 && \
     poetry install && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
-- 
GitLab