Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/images/build-env-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ENV GCOVR_VERSION=8.2
# renovate: datasource=pypi depName=sphinxcontrib-contentui
ENV SPHINXCONTRIB_CONTENTUI_VERSION=0.2.5
# renovate: datasource=pypi depName=sphinxcontrib-svg2pdfconverter
ENV SPHINXCONTRIB_SVG2PDFCONVERTER_VERSION=1.3.0
ENV SPHINXCONTRIB_SVG2PDFCONVERTER_VERSION=2.0.0

# Install additional Python packages
RUN python3 -m pip install --break-system-packages \
Expand Down
Loading