From fd78aa8b4c150e2a04b5ab207877871fbbf7d1af Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Sun, 11 Dec 2022 17:20:41 -0400 Subject: [PATCH] Update poetry version Dockerimage --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0657531..222dfff0 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.2.2 +RUN pip install poetry==1.3.0 RUN poetry install EXPOSE 8000 -- GitLab