We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a53ad8 commit d67f049Copy full SHA for d67f049
2 files changed
projects/ecoindex_cli/dockerfile
@@ -2,7 +2,7 @@ FROM python:3.12-slim AS requirements-stage
2
3
WORKDIR /tmp
4
5
-RUN pip install poetry
+RUN pip install poetry poetry==1.8.5
6
COPY pyproject.toml poetry.lock /tmp/
7
RUN poetry export --output=requirements.txt --without-hashes
8
0 commit comments