Skip to content
Snippets Groups Projects
Verified Commit 385353be authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Update poetry version in Dockerfile

parent 0a7b8703
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ COPY poetry.lock pyproject.toml /app/ ...@@ -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 RUN apt-get update && apt-get install -y curl gcc graphviz ldap-utils libldap2-dev libmagic1 libsasl2-dev
RUN python -m venv ${POETRY_HOME} RUN python -m venv ${POETRY_HOME}
RUN pip install poetry==1.3.2 RUN pip install poetry==1.4.0
RUN poetry install RUN poetry install
EXPOSE 8000 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