Bumped mkdocs-techdocs-core version in techdocs-container (#2484)

This commit is contained in:
Sebastian Qvarfordt
2020-09-16 11:36:15 +02:00
committed by GitHub
parent b9dfb3dfd5
commit 3206acb784
+1 -1
View File
@@ -18,7 +18,7 @@ FROM python:3.8-alpine
RUN apk update && apk --no-cache add gcc musl-dev openjdk11-jdk curl graphviz ttf-dejavu fontconfig
RUN curl -L http://sourceforge.net/projects/plantuml/files/plantuml.1.2020.16.jar/download > /opt/plantuml.jar
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==0.0.6
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==0.0.7
# Create script to call plantuml.jar from a location in path