Skip to content

Commit

Permalink
change docker poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
blizard-sis committed Dec 15, 2023
1 parent dc60f2c commit f17ba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
COPY poetry.lock pyproject.toml ./

RUN python -m pip install --upgrade pip
RUN python -m pip install --no-cache-dir poetry==1.6.1
RUN python -m pip install --no-cache-dir poetry==1.7.1
RUN poetry config virtualenvs.in-project true
RUN poetry install --without dev --with test

Expand Down

0 comments on commit f17ba7a

Please sign in to comment.