We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ead041 commit fb1b210Copy full SHA for fb1b210
Dockerfile
@@ -4,7 +4,7 @@ FROM python:3.11 as requirements-stage
4
5
WORKDIR /tmp
6
7
-RUN pip install poetry
+RUN pip install poetry==1.8.1
8
9
COPY ./pyproject.toml ./poetry.lock* /tmp/
10
0 commit comments