From 4f8b8ae65dc77b09c7a23797bb8861a225a8c90c Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Tue, 11 Oct 2022 14:39:53 -0400 Subject: [PATCH] Update poetry version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0855601..4e943625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY poetry.lock pyproject.toml ./ RUN apt-get update && apt-get install -y libmagic1 curl graphviz -RUN pip install poetry==1.2.1 +RUN pip install poetry==1.2.2 RUN poetry install EXPOSE 8000 -- GitLab