Skip to content

Commit

Permalink
chore(python): update poetry to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 29, 2024
1 parent 7c3c4ba commit ab36419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/python/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update -y; \
procps; \
rm -rf /var/lib/apt/lists/*; \
pip install --no-cache-dir -U pip; \
pip install --no-cache-dir poetry==1.6.1
pip install --no-cache-dir poetry==1.7.1

WORKDIR /
COPY ./resources/set_gitconfig.bash .
Expand Down

0 comments on commit ab36419

Please sign in to comment.