From 3ddc9372649c860a3bfe80cf5d2b4b61abad3489 Mon Sep 17 00:00:00 2001 From: rombaks <104414410+rombaks@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:17:51 +0400 Subject: [PATCH] Update get-poetry link Fix by https://github.com/python-poetry/poetry/issues/6377#issuecomment-1237790427 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f738ec5..f1d99e3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ RUN apt-get update -qq \ && rm -rf /var/cache/apt/archives/* \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && truncate -s 0 /var/log/*log - -RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get-poetry.py \ + +RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/901bdf0491005f1b3db41947d0d938da6838ecb9/get-poetry.py > get-poetry.py \ && python get-poetry.py --version 1.1.7 \ && rm get-poetry.py @@ -44,4 +44,4 @@ RUN poetry install --no-interaction --no-ansi ADD . /app ENV DJANGO_SETTINGS_MODULE="task_manager.settings" -CMD NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program gunicorn task_manager.wsgi:application --bind 0.0.0.0:$PORT \ No newline at end of file +CMD NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program gunicorn task_manager.wsgi:application --bind 0.0.0.0:$PORT