Skip to content

Commit ef01a3a

Browse files
authored
Merge pull request #77 from awanlin/topic/update-techdocs-core
Updated `mkdocs-techdocs-core` to v1.6.1
2 parents abd8bce + 9191a2e commit ef01a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz tt
1919
# Download plantuml file, Validate checksum & Move plantuml file
2020
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
2121

22-
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.5.4
22+
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.6.1
2323

2424
# Create script to call plantuml.jar from a location in path
2525
# When adding TechDocs to the Backstage Backend container, avoid this

0 commit comments

Comments
 (0)