From 77b3bfb0cb6b143614d4d01729183b47ad21087a Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Fri, 16 Dec 2022 15:53:29 -0400
Subject: [PATCH] Update poetry version Dockerimage

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

diff --git a/Dockerfile b/Dockerfile
index 222dfff0..586a5ec6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /steering
 COPY poetry.lock pyproject.toml ./
 
 RUN apt-get update && apt-get install -y curl gcc graphviz ldap-utils libldap2-dev libmagic1 libsasl2-dev
-RUN pip install poetry==1.3.0
+RUN pip install poetry==1.3.1
 RUN poetry install
 
 EXPOSE 8000
-- 
GitLab