We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec1793 commit de8059dCopy full SHA for de8059d
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.11
2
3
# Set Poetry Version
4
-ENV POETRY_VERSION=1.1.13
+ENV POETRY_VERSION=1.8.3
5
# Install Poetry
6
RUN curl -sSL https://install.python-poetry.org | python3 - --version $POETRY_VERSION
7
# Add poetry install location to PATH
0 commit comments