Skip to content

Commit

Permalink
Downgrade the poetry version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Apr 22, 2024
1 parent 1a93c05 commit ea71d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get -y update && \
WORKDIR /server

RUN wget -O /sbin/zinit https://github.com/threefoldtech/zinit/releases/download/v0.2.5/zinit && \
chmod +x /sbin/zinit && pip install poetry && poetry --version
chmod +x /sbin/zinit && pip install poetry==1.8.2 && poetry --version

RUN mkdir -p /etc/zinit/

Expand Down

0 comments on commit ea71d02

Please sign in to comment.