Skip to content

Commit

Permalink
.github/Dockerfile: pin version of poetry used
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Nov 2, 2023
1 parent 134a5f4 commit bfb6d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ USER ${USER}:${GROUP}
RUN mkdir /home/${USER}/workspace
WORKDIR /home/${USER}/workspace

RUN curl -sSL https://install.python-poetry.org | python3 - \
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.6.1 \
&& poetry --version

0 comments on commit bfb6d23

Please sign in to comment.