File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ FROM maven:3-jdk-8
31
31
ARG PLANTUML_VERSION
32
32
33
33
RUN apt-get update && apt-get install -y --no-install-recommends graphviz fonts-symbola fonts-wqy-zenhei && rm -rf /var/lib/apt/lists/*
34
- RUN wget -O /plantuml.jar http ://sourceforge.net/projects /plantuml/files/ plantuml. ${PLANTUML_VERSION}.jar/download
34
+ RUN wget -O /plantuml.jar https ://github.com/plantuml /plantuml/releases/download/v${PLANTUML_VERSION}/ plantuml- ${PLANTUML_VERSION}.jar
35
35
36
36
# By default, java writes a 'hsperfdata_<username>' directory in the work dir.
37
37
# This directory is not needed; to ensure it is not written, we set `-XX:-UsePerfData`
Original file line number Diff line number Diff line change 14
14
15
15
MDBOOK_VERSION := v0.4.5
16
16
GOLANG_VERSION := 1.18.3
17
- PLANTUML_VERSION := 1.2020.16
17
+ PLANTUML_VERSION := 1.2022.6
18
18
GH_VERSION := 1.2.0
You can’t perform that action at this time.
0 commit comments