Skip to content

Commit

Permalink
Merge pull request #70 from backstage/update-mkdocs-techdocs-core
Browse files Browse the repository at this point in the history
Update mkdocs-techdocs-core to version 1.4.2
  • Loading branch information
PeaWarrior authored Sep 6, 2024
2 parents 93c7cb4 + d65b4f4 commit f64916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz tt
# Download plantuml file, Validate checksum & Move plantuml file
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

RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.3.5
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.4.2

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

0 comments on commit f64916a

Please sign in to comment.