From 3a92f9c39d74dd5963f27028db7139ed0978f577 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 15:35:20 +0000 Subject: [PATCH] chore(deps): update dependency homebrew/plantuml to v1.2024.5 --- cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Dockerfile b/cli/Dockerfile index df9bffc5..71dd20e5 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.3" +ARG PLANTUML="1.2024.5" ADD https://github.com/plantuml/plantuml/releases/download/v$PLANTUML/plantuml.jar /usr/local/bin/plantuml.jar ADD scripts/plantuml /usr/local/bin/plantuml