Skip to content

Commit

Permalink
chore(python): update poetry to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 5, 2024
1 parent ee9674e commit 85a626b
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.8.2
pip install --no-cache-dir poetry==1.8.3

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

0 comments on commit 85a626b

Please sign in to comment.