Skip to content

Commit 72e496b

Browse files
committed
Use tomcat without critical errors reported by snyk.
1 parent 1f699a6 commit 72e496b

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.65-jdk11-openjdk-slim-bullseye AS runner
3+
FROM tomcat:9.0.78-jdk11-temurin 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)