Skip to content

Commit 21a0c4f

Browse files
committed
fix: ci
1 parent a91c706 commit 21a0c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.11-slim AS requirements-image
22

33
ENV PYTHONUNBUFFERED=1
44

5-
RUN ["pip","install","poetry>=1.8,<1.9"]
5+
RUN ["pip","install","poetry>=2.0.0,<3.0.0"]
66

77
RUN ["poetry","self","add","poetry-plugin-export"]
88

0 commit comments

Comments
 (0)