Skip to content

Commit ba66db7

Browse files
authored
Merge pull request #7017 from oscr/upgrade-plantuml
📖 Update PlantUML version (v1.2019.6 -> v1.2022.6)
2 parents 222bf48 + 6e6ace7 commit ba66db7

19 files changed

+2
-2
lines changed

docs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
# docker run \
2626
# --rm \
2727
# --volume ${PWD}:/figures \
28-
# --user $(shell id --user):$(shell id --group) \
28+
# --user $(id --user):$(id --group) \
2929
# ${IMAGE_TAG} \
3030
# -v /figures/*.plantuml
3131

3232
FROM maven:3-jdk-8
3333

3434
RUN apt-get update && apt-get install -y --no-install-recommends graphviz=2.42.2-5 fonts-symbola=2.60-1.1 fonts-wqy-zenhei=0.9.45-8 && rm -rf /var/lib/apt/lists/*
35-
RUN wget -O /plantuml.jar http://sourceforge.net/projects/plantuml/files/plantuml.1.2019.6.jar/download
35+
RUN wget -O /plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2022.6/plantuml-1.2022.6.jar
3636

3737
# By default, java writes a 'hsperfdata_<username>' directory in the work dir.
3838
# This directory is not needed; to ensure it is not written, we set `-XX:-UsePerfData`
-771 Bytes
Loading
-8.26 KB
Loading
-8.17 KB
Loading
-18.7 KB
Loading
-21.6 KB
Loading
-12.7 KB
Loading
-14.4 KB
Loading
-10.1 KB
Loading
-12.6 KB
Loading

0 commit comments

Comments
 (0)