Skip to content

Commit

Permalink
poetry 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Dec 17, 2024
1 parent 9dcb1bd commit 09e4ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python 3.12.8
poetry 1.8.3
poetry 1.8.5
golang 1.22.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV PIP_REQUIRE_VIRTUALENV=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
### Poetry
POETRY_HOME=/opt/poetry \
POETRY_VERSION=1.8.3 \
POETRY_VERSION=1.8.5 \
POETRY_VIRTUALENVS_CREATE=false
ENV POETRY_CACHE_DIR=$POETRY_HOME/.cache/pypoetry \
PATH="$POETRY_HOME/bin:$PATH"
Expand Down

0 comments on commit 09e4ee1

Please sign in to comment.