diff --git a/example/diagrams.nomad.hcl b/example/diagrams.nomad.hcl index 431f7c2..c726900 100644 --- a/example/diagrams.nomad.hcl +++ b/example/diagrams.nomad.hcl @@ -69,7 +69,7 @@ job "diagrams" { driver = "docker" config { - image = "danielberteaud/diagrams:24.2.2-1" + image = "danielberteaud/diagrams:24.2.3-1" pids_limit = 200 readonly_rootfs = true volumes = [ diff --git a/example/images/diagrams/Dockerfile b/example/images/diagrams/Dockerfile index e08c5f4..4296dc1 100644 --- a/example/images/diagrams/Dockerfile +++ b/example/images/diagrams/Dockerfile @@ -2,7 +2,7 @@ FROM danielberteaud/java:17.24.4-1 MAINTAINER Daniel Berteaud ARG TOMCAT_VERSION=10.1.20 \ - DIAGRAMS_VERSION=24.2.2 + DIAGRAMS_VERSION=24.2.3 ENV CATALINA_HOME=/opt/tomcat \ TOMCAT_PORT=8282 \ diff --git a/variables.yml b/variables.yml index 72f247f..ea17eb0 100644 --- a/variables.yml +++ b/variables.yml @@ -2,7 +2,7 @@ instance: diagrams diagrams: - version: 24.2.2 + version: 24.2.3 image: '[[ .docker.repo ]]diagrams:[[ .diagrams.version ]]-1' env: {} public_url: https://draw.example.org