Skip to content

Commit 54d4da6

Browse files
authored
Update dependencies: PDM (#93)
Update dependencies: * pdm from 2.4.5 to 2.4.7
1 parent 4fab1cd commit 54d4da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.project_name }}/webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ USER user
1515

1616
WORKDIR /app
1717
RUN python -m pip install --upgrade pip==23.0.1 && \
18-
pip install --user pdm==2.4.5
18+
pip install --user pdm==2.4.7
1919
ENV PATH="/app/__pypackages__/3.11/bin:/home/user/.local/bin:${PATH}"
2020

2121
COPY pdm.lock pyproject.toml /app/

0 commit comments

Comments
 (0)