Skip to content

Commit

Permalink
Use a maintained Tomcat Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 21, 2024
1 parent fcb7937 commit 82842e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mapfish_print_builder AS builder


FROM tomcat:9.0.65-jdk11-openjdk-slim-bullseye AS runner
FROM tomcat:9.0.93-jdk11-temurin-jammy AS runner
LABEL maintainer="Camptocamp <[email protected]>"

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" && \
Expand Down

0 comments on commit 82842e1

Please sign in to comment.