Update to 22.1.7

This commit is contained in:
Daniel Berteaud 2023-12-09 22:38:06 +01:00
parent 31ed3a5086
commit 3cdd090a58
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ job [[ .diagrams.instance | toJSON ]] {
config {
image = [[ $c.image | toJSON ]]
pids_limit = 100
pids_limit = 200
readonly_rootfs = true
volumes = [
"local/PreConfig.js:/opt/tomcat/webapps/draw/js/PreConfig.js",

View File

@ -2,7 +2,7 @@ FROM [[ .docker.repo ]][[ .docker.base_images.java17.image ]]
MAINTAINER [[ .docker.maintainer ]]
ARG TOMCAT_VERSION=9.0.83 \
DIAGRAMS_VERSION=22.1.5
DIAGRAMS_VERSION=22.1.7
ENV CATALINA_HOME=/opt/tomcat \
TOMCAT_PORT=8282 \

View File

@ -2,7 +2,7 @@
diagrams:
instance: diagrams
image: danielberteaud/diagrams:latest
image: danielberteaud/diagrams:22.1.7-1
env: {}
public_url: https://draw.example.org
traefik: