We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7fad4 commit c5c4d93Copy full SHA for c5c4d93
Dockerfile
@@ -23,7 +23,7 @@ ENV VENV_PATH=/home/$APP_USER/.venv/bin
23
ENV USER_PATH=/home/$APP_USER/.local/bin
24
ENV PATH="$VENV_PATH:$USER_PATH:$PATH"
25
26
-RUN pip install --user --no-cache-dir poetry==1.1.13 && \
+RUN pip install --user --no-cache-dir poetry==1.3.1 && \
27
poetry config virtualenvs.in-project true
28
29
COPY poetry.lock pyproject.toml ./
0 commit comments