Skip to content

Commit 0b71933

Browse files
authored
Update Dockerfile (#21)
1 parent 3a5cea9 commit 0b71933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV \
2727
POETRY_NO_INTERACTION=1
2828

2929
# Install Poetry - respects $POETRY_VERSION & $POETRY_HOME
30-
RUN curl -sSL https://github.com/python-poetry/poetry/master/install-poetry.py | python
30+
RUN curl -sSL https://install.python-poetry.org | python
3131
ENV PATH="$POETRY_HOME/bin:$PATH"
3232

3333
WORKDIR $APP_PATH

0 commit comments

Comments
 (0)