We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec3bcfa + 77b61e8 commit cccab32Copy full SHA for cccab32
Dockerfile
@@ -8,7 +8,7 @@ COPY poetry.lock /src/poetry.lock
8
WORKDIR /src
9
RUN python -m venv /env \
10
&& . /env/bin/activate \
11
- && pip install --upgrade pip poetry \
+ && pip install --upgrade pip poetry==1.3.2 \
12
&& poetry install --without dev --no-interaction
13
14
# include code and run poetry again (this split allows for faster local builds when changing code and using docker cache):
0 commit comments