Skip to content

Commit

Permalink
build: update pdm version in mkdocs dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 6, 2024
1 parent 445968d commit 59f8356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/mkdocs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM base as extract-deps
WORKDIR /opt/python
COPY pyproject.toml pdm.lock /opt/python/
RUN pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir pdm==2.9.3
&& pip install --no-cache-dir pdm==2.19.3
RUN pdm export -G docs > requirements.txt


Expand Down

0 comments on commit 59f8356

Please sign in to comment.