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

Merge main

parents af5307b9 a2efa413
No related branches found
No related tags found
1 merge request!29Use docker main tag
Pipeline #7031 passed
......@@ -21,7 +21,7 @@ build-openapi-scheme:
- apt-get update
- apt-get install -y gcc libldap2-dev libsasl2-dev libmagic-dev
- pip install --upgrade pip
- pip install poetry==1.6.1
- pip install poetry==1.7.0
- poetry install --without dev,test --no-root
script:
- mkdir public
......
......@@ -12,7 +12,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/python-poetry/poetry
rev: '1.6.0'
rev: '1.7.0'
hooks:
- id: poetry-check
- id: poetry-lock
......@@ -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
......
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