Skip to content

Commit 2291153

Browse files
authored
Merge pull request #81 from awanlin/main
Updated PlantUML to `plantuml-1.2026.2`
2 parents a1397cc + 861cf62 commit 2291153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ FROM python:3.14-alpine@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb9e
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 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
20+
RUN curl -o plantuml.jar -L https://github.com/plantuml/plantuml/releases/download/v1.2026.2/plantuml-1.2026.2.jar \
21+
&& echo "55884e11f3f1075d4778a9ebaa9244d530a74391 plantuml.jar" | sha1sum -c - && mv plantuml.jar /opt/plantuml.jar
2122

2223
COPY requirements.txt .
2324
RUN pip install --upgrade pip && pip install -r requirements.txt

0 commit comments

Comments
 (0)