Skip to content

Commit

Permalink
fix: update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkynrg committed Aug 28, 2024
1 parent ad66c4a commit ebcbf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
POETRY_VERSION=1.6.1
POETRY_VERSION=1.8.3

# System deps:
RUN pip install "poetry==$POETRY_VERSION"
Expand Down

0 comments on commit ebcbf94

Please sign in to comment.