From ddee757bc4e64cf59a2b7cd3401d35f1f328fa8d Mon Sep 17 00:00:00 2001 From: Morgan Bentell Date: Mon, 22 May 2023 11:50:10 +0200 Subject: [PATCH] bump mkdocs-techdocs-core --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60c3681..5a6b995 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 http://sourceforge.net/projects/plantuml/files/plantuml.1.2022.4.jar/download && echo "246d1ed561ebbcac14b2798b45712a9d018024c0 plantuml.jar" | sha1sum -c - && mv plantuml.jar /opt/plantuml.jar -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 # Create script to call plantuml.jar from a location in path # When adding TechDocs to the Backstage Backend container, avoid this