Skip to content

Commit

Permalink
Switch back to jdk 11 to avoid error when setting XMLGrammarPoolImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr72 committed Jun 21, 2023
1 parent 434e269 commit 885223f
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,6 +1,6 @@
FROM mapfish_print_builder AS builder

FROM tomcat:9.0.62-jdk17-openjdk-slim-bullseye AS runner
FROM tomcat:9.0.62-jdk11-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 885223f

Please sign in to comment.