We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd4a53 commit fbe4d49Copy full SHA for fbe4d49
1 file changed
Dockerfile
@@ -44,7 +44,7 @@ RUN apt-get update \
44
build-essential
45
46
# install poetry - respects $POETRY_VERSION & $POETRY_HOME
47
-RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
+RUN curl -sSL https://install.python-poetry.org | python -
48
49
# copy project requirement files here to ensure they will be cached.
50
WORKDIR $PYSETUP_PATH
0 commit comments