We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81277 commit a448357Copy full SHA for a448357
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ ENV PYTHONUNBUFFERED=1 \
19
PYSETUP_PATH="/opt/pysetup" \
20
VENV_PATH="/opt/pysetup/.venv" \
21
POETRY_HOME="/opt/poetry" \
22
- POETRY_VERSION=1.8.3 \
+ POETRY_VERSION=2.3.2 \
23
POETRY_VIRTUALENVS_IN_PROJECT=true \
24
POETRY_NO_INTERACTION=1
25
ENV PATH="$POETRY_HOME/bin:$VENV_PATH/bin:$PATH"
0 commit comments