Skip to content

Commit fb1b210

Browse files
committed
Lock Poetry version
1 parent 2ead041 commit fb1b210

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
@@ -4,7 +4,7 @@ FROM python:3.11 as requirements-stage
44

55
WORKDIR /tmp
66

7-
RUN pip install poetry
7+
RUN pip install poetry==1.8.1
88

99
COPY ./pyproject.toml ./poetry.lock* /tmp/
1010

0 commit comments

Comments
 (0)