From a582a29fa6cf3b2073c87d4fc84ef81c26fa8cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 12 May 2022 11:50:06 +0200 Subject: [PATCH] Update the package from the based image --- core/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Dockerfile b/core/Dockerfile index 435d3e8498..a560ee6ba6 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,8 +1,7 @@ FROM mapfish_print_builder AS builder - -FROM tomcat:9.0-jdk17-openjdk-slim-bullseye AS runner +FROM tomcat:9.0-jdk11-openjdk-slim-bullseye AS runner LABEL maintainer="Camptocamp " RUN perl -0777 -i -pe 's/(]*>)//s' "${CATALINA_HOME}/conf/server.xml" && \ @@ -15,6 +14,7 @@ RUN perl -0777 -i -pe 's/(