We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f121848 + f6df99e commit 2ed13c0Copy full SHA for 2ed13c0
1 file changed
Dockerfile
@@ -14,8 +14,7 @@
14
15
FROM python:3.8-alpine
16
17
-
18
-RUN apk update && apk --no-cache add gcc musl-dev openjdk11-jdk curl graphviz ttf-dejavu fontconfig
+RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz ttf-dejavu fontconfig
19
20
# Download plantuml file, Validate checksum & Move plantuml file
21
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
0 commit comments