Skip to content

Commit

Permalink
update Tomcat to 10.1.16
Browse files Browse the repository at this point in the history
fixes #4492
  • Loading branch information
vladak committed Nov 30, 2023
1 parent 6872c6d commit 6218ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -41,7 +41,7 @@ RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
# Store the version in a file so that the tools can report it.
RUN /mvn/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout > /mvn/VERSION

FROM tomcat:10.1.13-jdk17
FROM tomcat:10.1.16-jdk17
LABEL maintainer="https://github.com/oracle/opengrok"

# Add Perforce apt source.
Expand Down

0 comments on commit 6218ccf

Please sign in to comment.