We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkdocs-techdocs-core
1 parent abd8bce commit 9191a2eCopy full SHA for 9191a2e
Dockerfile
@@ -19,7 +19,7 @@ RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz tt
19
# Download plantuml file, Validate checksum & Move plantuml file
20
RUN curl -o plantuml.jar -L https://github.com/plantuml/plantuml/releases/download/v1.2024.6/plantuml-1.2024.6.jar && echo "3e944755cbed59e1ed9332691d92294bef7bbcda plantuml.jar" | sha1sum -c - && mv plantuml.jar /opt/plantuml.jar
21
22
-RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.5.4
+RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.6.1
23
24
# Create script to call plantuml.jar from a location in path
25
# When adding TechDocs to the Backstage Backend container, avoid this
0 commit comments