Skip to content

Commit 4c59335

Browse files
Merge pull request #48 from backstage/bump-mkdocs-techdocs-core
bump mkdocs-techdocs-core
2 parents afa0672 + cf86bca commit 4c59335

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

.github/workflows/project-board.yml

-25
This file was deleted.

Dockerfile

+1-1
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 http://sourceforge.net/projects/plantuml/files/plantuml.1.2022.4.jar/download && echo "246d1ed561ebbcac14b2798b45712a9d018024c0 plantuml.jar" | sha1sum -c - && mv plantuml.jar /opt/plantuml.jar
2121

22-
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.1.7
22+
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.2.0
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)