Skip to content

Commit 9db896a

Browse files
committed
fix: Fix poetry version
1 parent c1de0e5 commit 9db896a

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
@@ -4,7 +4,7 @@ WORKDIR /source
44

55
COPY poetry.lock pyproject.toml /source/
66

7-
RUN pip install --no-cache-dir poetry
7+
RUN pip install --no-cache-dir poetry==1.8.0
88

99
RUN poetry config virtualenvs.create false
1010
RUN poetry install --no-interaction --no-ansi --without dev

0 commit comments

Comments
 (0)