Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Needed to set the poetry version to 1.8.5 as 2.0.0 (released this weekend) broke the release process.
  • Loading branch information
wmuldergov committed Jan 6, 2025
1 parent 7667cd2 commit 9eda6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
# RUN git clone https://github.com/evan-harley/h-drive-email.git .
COPY . /app/

RUN pip3 install poetry
RUN pip3 install poetry==1.8.5

RUN poetry install --no-interaction --no-ansi

Expand Down

0 comments on commit 9eda6f7

Please sign in to comment.