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 0d793c9 commit 3b71d1fCopy full SHA for 3b71d1f
Dockerfile
@@ -41,8 +41,8 @@ RUN apt-get install --no-install-recommends -y \
41
42
# Install Poetry - respects $POETRY_VERSION & $POETRY_HOME
43
USER app
44
-ENV POETRY_VERSION=1.1.5
45
-RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
+ENV POETRY_VERSION=1.1.14
+RUN curl -sSL https://install.python-poetry.org | python3 -
46
47
# We copy our Python requirements here to cache them
48
# and install only runtime deps using poetry
0 commit comments