Skip to content

Commit fbe4d49

Browse files
author
antares-sw
authored
Update Dockerfile (#71)
Signed-off-by: antares-sw <23400824+antares-sw@users.noreply.github.com>
1 parent 1dd4a53 commit fbe4d49

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
@@ -44,7 +44,7 @@ RUN apt-get update \
4444
build-essential
4545

4646
# install poetry - respects $POETRY_VERSION & $POETRY_HOME
47-
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
47+
RUN curl -sSL https://install.python-poetry.org | python -
4848

4949
# copy project requirement files here to ensure they will be cached.
5050
WORKDIR $PYSETUP_PATH

0 commit comments

Comments
 (0)