Skip to content

Commit

Permalink
Pin the installed version of poetry #1564
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Mar 2, 2022
1 parent b420fe7 commit c4e2138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update \
build-essential

# install poetry - respects $POETRY_VERSION & $POETRY_HOME
RUN curl -sSL https://install.python-poetry.org/ | python3 -
RUN curl -sSL https://install.python-poetry.org/ | python3 - --version 1.1.13

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

0 comments on commit c4e2138

Please sign in to comment.