Skip to content

Commit

Permalink
chore: update poetry to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 27, 2024
1 parent a4866f1 commit a62b1ae
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 @@ -34,7 +34,7 @@ RUN apt-get update -y; \
vim; \
rm -rf /var/lib/apt/lists/*; \
pip install --no-cache-dir -U pip; \
pip install --no-cache-dir poetry==1.7.1
pip install --no-cache-dir poetry==1.8.1

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

0 comments on commit a62b1ae

Please sign in to comment.