diff --git a/example/diagrams.nomad.hcl b/example/diagrams.nomad.hcl index cba34a4..82de98a 100644 --- a/example/diagrams.nomad.hcl +++ b/example/diagrams.nomad.hcl @@ -67,7 +67,7 @@ job "diagrams" { driver = "docker" config { - image = "danielberteaud/diagrams:24.0.1-1" + image = "danielberteaud/diagrams:24.0.2-1" pids_limit = 200 readonly_rootfs = true volumes = [ diff --git a/example/images/diagrams/Dockerfile b/example/images/diagrams/Dockerfile index 42da42f..2120eb7 100644 --- a/example/images/diagrams/Dockerfile +++ b/example/images/diagrams/Dockerfile @@ -2,7 +2,7 @@ FROM danielberteaud/java:17.24.3-1 MAINTAINER Daniel Berteaud ARG TOMCAT_VERSION=10.1.19 \ - DIAGRAMS_VERSION=24.0.1 + DIAGRAMS_VERSION=24.0.2 ENV CATALINA_HOME=/opt/tomcat \ TOMCAT_PORT=8282 \ diff --git a/variables.yml b/variables.yml index 28b104b..a97029a 100644 --- a/variables.yml +++ b/variables.yml @@ -2,7 +2,7 @@ instance: diagrams diagrams: - version: 24.0.1 + version: 24.0.2 image: '[[ .docker.repo ]]diagrams:[[ .diagrams.version ]]-1' env: {} public_url: https://draw.example.org