Update to 24.4.4 and tomcat to 10.1.24

This commit is contained in:
Daniel Berteaud 2024-05-20 11:15:45 +02:00
parent c878d6b2eb
commit 5e028096ce
4 changed files with 6 additions and 6 deletions

View File

@ -84,7 +84,7 @@ job "diagrams" {
driver = "docker"
config {
image = "danielberteaud/diagrams:24.4.0-1"
image = "danielberteaud/diagrams:24.4.4-1"
readonly_rootfs = true
pids_limit = 200

View File

@ -1,8 +1,8 @@
FROM danielberteaud/java:17.24.5-1
FROM danielberteaud/java:17.24.5-2
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG TOMCAT_VERSION=10.1.23 \
DIAGRAMS_VERSION=24.4.0
ARG TOMCAT_VERSION=10.1.24 \
DIAGRAMS_VERSION=24.4.4
ENV CATALINA_HOME=/opt/tomcat \
TOMCAT_PORT=8282 \

View File

@ -1,7 +1,7 @@
FROM [[ .docker.repo ]][[ .docker.base_images.java17.image ]]
MAINTAINER [[ .docker.maintainer ]]
ARG TOMCAT_VERSION=10.1.23 \
ARG TOMCAT_VERSION=10.1.24 \
DIAGRAMS_VERSION=[[ .diagrams.version ]]
ENV CATALINA_HOME=/opt/tomcat \

View File

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