Skip to content

Commit

Permalink
added poetry version binding for azure docker file (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: Ankit  Kumar <[email protected]>
  • Loading branch information
ankku and Ankit Kumar authored Jan 9, 2025
1 parent be9fbfe commit f8973e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-azure-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /
ENV PYTHONUNBUFFERED=1

# Poetry setup
RUN pip3 install poetry
RUN pip3 install poetry==1.8.3
RUN poetry config virtualenvs.create false

COPY poetry.lock .
Expand Down

0 comments on commit f8973e6

Please sign in to comment.