Skip to content

Commit

Permalink
Upgrade PlantUML to v1.2022.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefGokhlayeh committed Feb 16, 2022
1 parent f9ff9e4 commit 54990d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL version="v8"
LABEL description="LaTeX distribution with support for BibLaTeX and PythonTeX"
LABEL maintainer="gokhlayeh"

ARG PLANTUML_VERSION=1.2021.14
ARG PLANTUML_VERSION=1.2022.1
ENV PLANTUML_JAR /usr/share/java/plantuml/plantuml.jar

RUN dnf install -y --setopt=install_weak_deps=False \
Expand All @@ -21,5 +21,5 @@ RUN dnf install -y --setopt=install_weak_deps=False \
&& dnf clean all

RUN mkdir -p "$(dirname ${PLANTUML_JAR})" \
&& curl -SL https://sourceforge.net/projects/plantuml/files/plantuml.${PLANTUML_VERSION}.jar/download -o "${PLANTUML_JAR}" \
&& curl -SL https://github.com/plantuml/plantuml/releases/download/v${PLANTUML_VERSION}/plantuml-${PLANTUML_VERSION}.jar -o "${PLANTUML_JAR}" \
&& echo "PLANTUML_JAR=${PLANTUML_JAR}" >> /etc/environment

0 comments on commit 54990d9

Please sign in to comment.