We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91c706 commit 21a0c4fCopy full SHA for 21a0c4f
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.11-slim AS requirements-image
2
3
ENV PYTHONUNBUFFERED=1
4
5
-RUN ["pip","install","poetry>=1.8,<1.9"]
+RUN ["pip","install","poetry>=2.0.0,<3.0.0"]
6
7
RUN ["poetry","self","add","poetry-plugin-export"]
8
0 commit comments