Skip to content

Commit

Permalink
More precise used image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 13, 2022
1 parent 5e6bef5 commit 639ee36
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
Expand Up @@ -2,7 +2,7 @@ FROM mapfish_print_builder AS builder



FROM tomcat:9.0-jdk11-openjdk-slim AS runner
FROM tomcat:9.0-jdk17-openjdk-slim-bullseye 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 639ee36

Please sign in to comment.