Skip to content

Commit

Permalink
chore: Update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Apr 30, 2024
1 parent ab2dd5c commit 415666d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11-slim-bookworm

# Install poetry
RUN pip install "poetry==1.7.1"
RUN pip install "poetry==1.8.2"

# Move the files into the container
WORKDIR /project
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ install-pipx:
fi

install-poetry:
@if [ ! "$(shell poetry --version)" = "Poetry (version 1.7.1)" ]; then \
@if [ ! "$(shell poetry --version)" = "Poetry (version 1.8.2)" ]; then \
python3 -m pip uninstall -y poetry poetry-core poetry-plugin-export; \
pipx install --force poetry==1.7.1; \
pipx install --force poetry==1.8.2; \
echo "Installed Poetry."; \
fi

Expand Down

0 comments on commit 415666d

Please sign in to comment.