Update to 24.2.0

This commit is contained in:
Daniel Berteaud 2024-03-27 10:28:47 +01:00
parent 561492d5a6
commit d6090f1551
3 changed files with 6 additions and 4 deletions

View File

@ -67,7 +67,7 @@ job "diagrams" {
driver = "docker" driver = "docker"
config { config {
image = "danielberteaud/diagrams:24.0.4-1" image = "danielberteaud/diagrams:24.2.0-1"
pids_limit = 200 pids_limit = 200
readonly_rootfs = true readonly_rootfs = true
volumes = [ volumes = [
@ -113,6 +113,8 @@ _EOT
destination = "local/PostConfig.js" destination = "local/PostConfig.js"
} }
# Use a template block instead of env {} so we can fetch values from vault # Use a template block instead of env {} so we can fetch values from vault
template { template {
data = <<_EOT data = <<_EOT

View File

@ -1,8 +1,8 @@
FROM danielberteaud/java:17.24.3-1 FROM danielberteaud/java:17.24.3-5
MAINTAINER Daniel Berteaud <dbd@ehtrace.com> MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG TOMCAT_VERSION=10.1.19 \ ARG TOMCAT_VERSION=10.1.19 \
DIAGRAMS_VERSION=24.0.4 DIAGRAMS_VERSION=24.2.0
ENV CATALINA_HOME=/opt/tomcat \ ENV CATALINA_HOME=/opt/tomcat \
TOMCAT_PORT=8282 \ TOMCAT_PORT=8282 \

View File

@ -2,7 +2,7 @@
instance: diagrams instance: diagrams
diagrams: diagrams:
version: 24.0.4 version: 24.2.0
image: '[[ .docker.repo ]]diagrams:[[ .diagrams.version ]]-1' image: '[[ .docker.repo ]]diagrams:[[ .diagrams.version ]]-1'
env: {} env: {}
public_url: https://draw.example.org public_url: https://draw.example.org