Skip to content

Commit 3b71d1f

Browse files
authored
Install latest Poetry in container (#109)
* Install latest Poetry * Pin poetry version
1 parent 0d793c9 commit 3b71d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ RUN apt-get install --no-install-recommends -y \
4141

4242
# Install Poetry - respects $POETRY_VERSION & $POETRY_HOME
4343
USER app
44-
ENV POETRY_VERSION=1.1.5
45-
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
44+
ENV POETRY_VERSION=1.1.14
45+
RUN curl -sSL https://install.python-poetry.org | python3 -
4646

4747
# We copy our Python requirements here to cache them
4848
# and install only runtime deps using poetry

0 commit comments

Comments
 (0)