We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4304384 commit a416056Copy full SHA for a416056
context/Dockerfile
@@ -91,8 +91,8 @@ RUN mkdir -p /etc/apt/keyrings && \
91
######################################
92
# install PlantUML #
93
94
-RUN wget https://github.com/plantuml/plantuml/releases/download/v1.2022.2/plantuml-1.2022.2.jar -P /usr/share/java && \
95
- (cd /usr/share/java && ln -snf plantuml-1.2022.2.jar plantuml.jar)
+RUN wget https://github.com/plantuml/plantuml/releases/download/v1.2022.14/plantuml-1.2022.14.jar -P /usr/share/java && \
+ (cd /usr/share/java && ln -snf plantuml-1.2022.14.jar plantuml.jar)
96
97
USER www-data
98
0 commit comments