Skip to content

Commit

Permalink
fix poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Jan 20, 2025
1 parent 9afbc26 commit 863ae08
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 @@ -26,7 +26,7 @@ RUN groupadd -g $GROUP_ID user && useradd -m -u $USER_ID -s /bin/sh -g user user
USER user:user
WORKDIR /home/user

RUN curl -sSL https://install.python-poetry.org | python3 -
RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.3 python3 -

RUN pip3 install --user \
cytoolz \
Expand Down

0 comments on commit 863ae08

Please sign in to comment.