We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10963b6 commit c854c8dCopy full SHA for c854c8d
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 http://sourceforge.net/projects/plantuml/files/plantuml.1.2022.4.jar/download && echo "246d1ed561ebbcac14b2798b45712a9d018024c0 plantuml.jar" | sha1sum -c - && mv plantuml.jar /opt/plantuml.jar
21
22
-RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.2.0
+RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.2.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