Skip to content

Commit d67f049

Browse files
committed
fix(cli): Fix docker build to use poetry 1.8.5
1 parent 5a53ad8 commit d67f049

2 files changed

Lines changed: 1255 additions & 1198 deletions

File tree

projects/ecoindex_cli/dockerfile

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

33
WORKDIR /tmp
44

5-
RUN pip install poetry
5+
RUN pip install poetry poetry==1.8.5
66
COPY pyproject.toml poetry.lock /tmp/
77
RUN poetry export --output=requirements.txt --without-hashes
88

0 commit comments

Comments
 (0)