Skip to content

Commit 65ca9b5

Browse files
committed
Use the temurin jdk 11 for ubuntu jammy on tomcat.
1 parent 72e496b commit 65ca9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mapfish_print_builder AS builder
22

3-
FROM tomcat:9.0.78-jdk11-temurin AS runner
3+
FROM tomcat:9.0.78-jdk11-temurin-jammy AS runner
44
LABEL maintainer="Camptocamp <info@camptocamp.com>"
55

66
RUN perl -0777 -i -pe 's/(<Valve className="org.apache.catalina.valves.AccessLogValve"[^>]*>)/<Valve className="ch.qos.logback.access.tomcat.LogbackValve" quiet="true"\/>/s' "${CATALINA_HOME}/conf/server.xml" \

0 commit comments

Comments
 (0)