Skip to content

Commit e4e7ebe

Browse files
authored
Updated PlantUML version and DL source.
Bumps the version of PlantUML to the (current) latest version. - Also addresses potential security hole by pointing to GitHub source, vs the SourceForge source. See: - #56 - #46
2 parents 55c2a93 + 7c5a89e commit e4e7ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM python:3.8-alpine
1717
RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz ttf-dejavu fontconfig
1818

1919
# Download plantuml file, Validate checksum & Move plantuml file
20-
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
20+
RUN curl -o plantuml.jar -L https://github.com/plantuml/plantuml/releases/download/v1.2023.10/plantuml-1.2023.10.jar && echo "527d28af080ae91a455e7023e1a726c7714dc98e plantuml.jar" | sha1sum -c - && mv plantuml.jar /opt/plantuml.jar
2121

2222
RUN pip install --upgrade pip && pip install mkdocs-techdocs-core==1.2.2
2323

0 commit comments

Comments
 (0)