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 4fab1cd commit 54d4da6Copy full SHA for 54d4da6
{{ cookiecutter.project_name }}/webapp/Dockerfile
@@ -15,7 +15,7 @@ USER user
15
16
WORKDIR /app
17
RUN python -m pip install --upgrade pip==23.0.1 && \
18
- pip install --user pdm==2.4.5
+ pip install --user pdm==2.4.7
19
ENV PATH="/app/__pypackages__/3.11/bin:/home/user/.local/bin:${PATH}"
20
21
COPY pdm.lock pyproject.toml /app/
0 commit comments