Skip to content
Snippets Groups Projects
Commit 77b3bfb0 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Update poetry version Dockerimage

parent 7786f0b6
No related branches found
No related tags found
No related merge requests found
Pipeline #2681 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment