From 3002857d05d4c4868a1f1af56a7a84006fef6f3f Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Sat, 11 Nov 2023 20:03:56 -0400 Subject: [PATCH] build: Update poetry version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e8f2114..e41b7d58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY poetry.lock pyproject.toml /app/ RUN apt-get update && apt-get install -y curl gcc graphviz ldap-utils libldap2-dev libmagic1 libsasl2-dev make RUN python -m venv ${POETRY_HOME} -RUN pip install poetry==1.6.1 +RUN pip install poetry==1.7.0 RUN poetry install EXPOSE 8000 -- GitLab