Update to 21.1.6 and tomcat to 8.0.86

This commit is contained in:
Daniel Berteaud 2024-02-26 13:49:59 +01:00
parent 6bfdbd05ee
commit 9d14e1d501
4 changed files with 6 additions and 6 deletions

View File

@ -67,7 +67,7 @@ job "diagrams" {
driver = "docker"
config {
image = "danielberteaud/diagrams:23.1.5-1"
image = "danielberteaud/diagrams:23.1.6-2"
pids_limit = 200
readonly_rootfs = true
volumes = [

View File

@ -1,8 +1,8 @@
FROM danielberteaud/java:17.24.2-4
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG TOMCAT_VERSION=9.0.85 \
DIAGRAMS_VERSION=23.1.5
ARG TOMCAT_VERSION=9.0.86 \
DIAGRAMS_VERSION=23.1.6
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=9.0.85 \
ARG TOMCAT_VERSION=9.0.86 \
DIAGRAMS_VERSION=[[ .diagrams.version ]]
ENV CATALINA_HOME=/opt/tomcat \

View File

@ -2,8 +2,8 @@
instance: diagrams
diagrams:
version: 23.1.5
image: '[[ .docker.repo ]]diagrams:[[ .diagrams.version ]]-1'
version: 23.1.6
image: '[[ .docker.repo ]]diagrams:[[ .diagrams.version ]]-2'
env: {}
public_url: https://draw.example.org
traefik: