Skip to content

Commit a448357

Browse files
committed
chore(dockerfile): Update Poetry to 2.3.2
Since v2, Poetry supports PEP-621, ie. having [project] and related fields in pyproject.toml.
1 parent df81277 commit a448357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV PYTHONUNBUFFERED=1 \
1919
PYSETUP_PATH="/opt/pysetup" \
2020
VENV_PATH="/opt/pysetup/.venv" \
2121
POETRY_HOME="/opt/poetry" \
22-
POETRY_VERSION=1.8.3 \
22+
POETRY_VERSION=2.3.2 \
2323
POETRY_VIRTUALENVS_IN_PROJECT=true \
2424
POETRY_NO_INTERACTION=1
2525
ENV PATH="$POETRY_HOME/bin:$VENV_PATH/bin:$PATH"

0 commit comments

Comments
 (0)