Skip to content

Commit

Permalink
feat(#703): pin poetry to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidiert committed Jan 14, 2025
1 parent caf2d3a commit ce99da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PYTHONUNBUFFERED=1 \
\
# poetry
# https://python-poetry.org/docs/configuration/#using-environment-variables
POETRY_VERSION=1.3.2 \
POETRY_VERSION=2.0.0 \
POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_CREATE=false \
POETRY_CACHE_DIR='/var/cache/pypoetry' \
Expand Down

0 comments on commit ce99da7

Please sign in to comment.