From 9738e136c36ead4c8d43f16f1560e59eff3d9d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:11:43 +0000 Subject: [PATCH] chore(deps): update dependency homebrew/plantuml to v1.2024.1 --- cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Dockerfile b/cli/Dockerfile index bff36c3f..bfba9080 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -10,7 +10,7 @@ FROM eclipse-temurin:21.0.2_13-jre LABEL org.opencontainers.image.source="https://github.com/zeldigas/text2confl" -ARG PLANTUML="1.2024.0" +ARG PLANTUML="1.2024.1" ADD https://github.com/plantuml/plantuml/releases/download/v$PLANTUML/plantuml.jar /usr/local/bin/plantuml.jar ADD scripts/plantuml /usr/local/bin/plantuml