We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfa8832 + 46c580c commit 2c146f0Copy full SHA for 2c146f0
1 file changed
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.2023.10/plantuml-1.2023.10.jar && echo "527d28af080ae91a455e7023e1a726c7714dc98e plantuml.jar" | sha1sum -c - && mv plantuml.jar /opt/plantuml.jar
21
22
-RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.2.2
+RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.3.5
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