Skip to content

Commit 9ec24ec

Browse files
committed
Update poetry in Docker
1 parent ec8a280 commit 9ec24ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && \
2525
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gcc make && \
2626
rm -rf /var/lib/apt/lists/*
2727

28-
RUN curl -sSL https://install.python-poetry.org | python3 - \
28+
RUN curl -sSL https://install.python-poetry.org | python - --version 1.2.0 \
2929
&& ln -sf /usr/local/poetry/bin/poetry /usr/local/bin/poetry
3030

3131
# Install dependencies.

0 commit comments

Comments
 (0)